Browse Source

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

* ConnectionFactory add paging intercepter

* remove spotbugs-annotations.jar LGPL protocol
qiaozhanwei 5 years ago
parent
commit
a13759222a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pom.xml

+ 4 - 0
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>