summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-08-27 11:16:47 +0200
committerHarald Musum <musum@verizonmedia.com>2019-08-27 11:16:47 +0200
commit3997795a7d672167f0c3eec51fa1cc5187846e0d (patch)
tree4cf4c641db10d0eeccc1f006e26b654865366951 /zkfacade
parent7d612f773d4b1ed41a1c6c4a32662cff6fde39d3 (diff)
Revert "Exclusion needed to get a working config server"
This reverts commit 7d612f773d4b1ed41a1c6c4a32662cff6fde39d3.
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>