* ConnectionFactory add paging intercepter * remove spotbugs-annotations.jar LGPL protocol
@@ -203,6 +203,10 @@
<artifactId>netty</artifactId>
<groupId>io.netty</groupId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-annotations</artifactId>
+ </exclusion>
</exclusions>
<version>${zookeeper.version}</version>
</dependency>