aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-client-common
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-12-14 14:15:23 +0100
committerjonmv <venstad@gmail.com>2023-12-14 15:29:23 +0100
commit82f584faa3cd7dfa34a38e134f32d3096ad5fa95 (patch)
treef67a19bb380b826fd9606412ce9ac56555436b2b /zookeeper-client-common
parent53108c074b9f55e7549e803f6477556afbdd1dab (diff)
Restore original ZK embed placements, and duplicate ClientX509Util instead
Diffstat (limited to 'zookeeper-client-common')
-rw-r--r--zookeeper-client-common/pom.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/zookeeper-client-common/pom.xml b/zookeeper-client-common/pom.xml
index 77451c5bec0..ccfdbd9a429 100644
--- a/zookeeper-client-common/pom.xml
+++ b/zookeeper-client-common/pom.xml
@@ -27,8 +27,8 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
<scope>provided</scope>
</dependency>
@@ -39,21 +39,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <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>
<!-- test scope -->
<dependency>