summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-12-14 16:43:13 +0100
committerjonmv <venstad@gmail.com>2023-12-14 16:43:13 +0100
commitd1f52df9f96ec7375994ff68966daa9217954381 (patch)
treeb1da041ca04980e65e20dd0c1aaefe8b0b20f23f /zookeeper-command-line-client
parente44a4af988ad042caefcb9d0d3e77e8498994873 (diff)
Clean up now that zookeeper-server handles dependency issues
Diffstat (limited to 'zookeeper-command-line-client')
-rw-r--r--zookeeper-command-line-client/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index 1a504e3e703..64208e283bf 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -58,11 +58,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.xerial.snappy</groupId>
- <artifactId>snappy-java</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<!-- Needed by zookeeper, which only has an optional dependency. -->
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>