summaryrefslogtreecommitdiffstats
path: root/parent
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 /parent
parent512ae8aacbc593feb1441cde89e440f7cc89d8cb (diff)
Need to depend on spotbugs
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 945af96b14b..035bc311735 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -419,6 +419,14 @@
<version>1.6</version>
</dependency>
<dependency>
+ <!-- Needed by zookeeper, which has an optional dependency.
+ Version must be the same as the one zk uses - check the zk pom file. -->
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-annotations</artifactId>
+ <!-- No version property, as we don't want maven-dependency-plugin to alert about newer versions. -->
+ <version>3.1.9</version>
+ </dependency>
+ <dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>2.6.0</version>