From a13759222a2f3e2a672eb655766f353a1bea5eec Mon Sep 17 00:00:00 2001 From: qiaozhanwei Date: Fri, 15 Nov 2019 20:00:47 +0800 Subject: [PATCH] remove spotbugs-annotations.jar LGPL protocol (#1251) * ConnectionFactory add paging intercepter * remove spotbugs-annotations.jar LGPL protocol --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 7709f2e60..1163bfdf0 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,10 @@ netty io.netty + + com.github.spotbugs + spotbugs-annotations + ${zookeeper.version} -- GitLab