summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
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 /clustercontroller-core
parent53108c074b9f55e7549e803f6477556afbdd1dab (diff)
Restore original ZK embed placements, and duplicate ClientX509Util instead
Diffstat (limited to 'clustercontroller-core')
-rw-r--r--clustercontroller-core/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 3b0f635b905..7f845a26c73 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -101,12 +101,6 @@
<artifactId>zookeeper-client-common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<!-- Not used by this module, but compilation fails without it because zookeeper uses these annotations.