summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-09-10 11:59:36 +0200
committergjoranv <gv@verizonmedia.com>2019-09-10 14:02:21 +0200
commit27fad86819988d1a374091c1d7772932e882efb6 (patch)
tree107a28b69827b82e100dbc5bf8ced0caca9f25a8 /clustercontroller-core
parent07a51de2783d16f3d55133694f2d94afc5c75861 (diff)
Add spotbugs dep to clustercontroller-core.
+ Use version property for zk in parent pom
Diffstat (limited to 'clustercontroller-core')
-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>