summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-17 06:34:11 +0200
committerGitHub <noreply@github.com>2019-09-17 06:34:11 +0200
commita7a14309b04838023f26c41d294f29eaf6303d5d (patch)
tree3832bee43ce7c2d1df314897dd9071bb15444618 /clustercontroller-core/pom.xml
parent4e7d59fc813746b2795ee713b137203c43c80a07 (diff)
Revert "Hmusum/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>