summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-27 14:24:07 +0200
committerGitHub <noreply@github.com>2019-09-27 14:24:07 +0200
commitf026a03707025043dd607b911d4859894f1d65a4 (patch)
tree77a6552c9a329d2c3c605b8ba8d8a9812228f237 /clustercontroller-core/pom.xml
parent780dcd882cc85b24a29e7b6cd29bb58d20242a07 (diff)
Revert "Reapply "upgrade to zookeeper 3.5""
Diffstat (limited to 'clustercontroller-core/pom.xml')
-rw-r--r--clustercontroller-core/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 9ac7c93134c..3b1cb16aa96 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -66,13 +66,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <!-- Not used by this module, but compilation fails without it because zookeeper uses these annotations.
- Provided scoped here to avoid dependents getting it transitively. -->
- <groupId>com.github.spotbugs</groupId>
- <artifactId>spotbugs-annotations</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>provided</scope>