summaryrefslogtreecommitdiffstats
path: root/zkfacade
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 /zkfacade
parente44a4af988ad042caefcb9d0d3e77e8498994873 (diff)
Clean up now that zookeeper-server handles dependency issues
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 36f12bf8518..02be1006bc3 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -62,35 +62,6 @@
<artifactId>${zookeeper.client.artifactId}</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
- <exclusions>
- <!--
- Container provides wiring for all common log libraries
- Duplicate embedding results in various warnings being printed to stderr
- -->
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- snappy-java and metrics-core are included here
- to be able to work with ZooKeeper >= 3.6.2 due to
- class loading issues -->
- <dependency>
- <groupId>io.dropwizard.metrics</groupId>
- <artifactId>metrics-core</artifactId>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.xerial.snappy</groupId>
- <artifactId>snappy-java</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>