summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 2e016e71132..8b8dcf826e6 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -68,6 +68,15 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
+ <!-- Need to exclude this artifact, since it exports edu.umd.cs.findbugs.annotations,
+ which will not be found
+ -->
+ <exclusions>
+ <exclusion>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-annotations</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>