summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-08-22 13:29:01 +0200
committerHarald Musum <musum@verizonmedia.com>2019-08-22 13:29:01 +0200
commit4f48c3ab20cdb57b946d09da0535722c13246565 (patch)
treef8ef85bd1b0c430cebbcd3b69cddd57a15a40374 /zkfacade
parentec95c8b33950ae5c2100a8b025752771affb7f1f (diff)
Exclusion is not needed anymore
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 8b8dcf826e6..2e016e71132 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -68,15 +68,6 @@
<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>