summaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-11-16 12:21:37 +0100
committerGitHub <noreply@github.com>2017-11-16 12:21:37 +0100
commit89d90b7503d61954bc24e68c54d8492d3eafd007 (patch)
tree1e3effbe29d0d3facdae5914753ef3273932a692 /config-proxy/pom.xml
parent7a6772d914b0de0ecf683f1233c349e34067ec37 (diff)
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>