aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-11-16 22:44:40 +0100
committerGitHub <noreply@github.com>2017-11-16 22:44:40 +0100
commitb0fd50fc89525b272bd3694594593a288abcc790 (patch)
tree797fc2b68976a28ff60e506dae31c9c574d209ca /config-proxy/pom.xml
parent2f423237545ef76a4527804a78fb9a6f48ec5ef4 (diff)
Revert "Revert "Revert "Hmusum/move new filedistribution classes"""
Diffstat (limited to 'config-proxy/pom.xml')
-rw-r--r--config-proxy/pom.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index 13e2ddf40e8..8a7b6f253e2 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -57,15 +57,10 @@
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>filedistribution</artifactId>
- <version>${project.version}</version>
- </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>