aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-client-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'zookeeper-client-common/pom.xml')
-rw-r--r--zookeeper-client-common/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/zookeeper-client-common/pom.xml b/zookeeper-client-common/pom.xml
index ccfdbd9a429..12ff1517e53 100644
--- a/zookeeper-client-common/pom.xml
+++ b/zookeeper-client-common/pom.xml
@@ -21,25 +21,12 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>defaults</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<scope>provided</scope>
</dependency>
<!-- compile scope -->
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>zookeeper-common</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
-
<!-- test scope -->
<dependency>
<groupId>org.junit.jupiter</groupId>