aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-11-28 11:37:13 +0100
committerHarald Musum <musum@verizonmedia.com>2019-11-28 11:37:13 +0100
commit247664eb81ec5aaaa19de9c16f80076288f8a84f (patch)
treeb4e5231c4607e65d2b712e9f44ea3541508240ff /clustercontroller-core/pom.xml
parent512ae8aacbc593feb1441cde89e440f7cc89d8cb (diff)
Need to depend on spotbugs
Diffstat (limited to 'clustercontroller-core/pom.xml')
-rw-r--r--clustercontroller-core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 3b1cb16aa96..9ac7c93134c 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -66,6 +66,13 @@
<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>