Browse Source

remove spotbugs-annotations.jar LGPL protocol (#1251)

* ConnectionFactory add paging intercepter

* remove spotbugs-annotations.jar LGPL protocol
pull/2/head
qiaozhanwei 5 years ago committed by lgcareer
parent
commit
a13759222a
  1. 4
      pom.xml

4
pom.xml

@ -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>

Loading…
Cancel
Save