summaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-11-17 12:11:02 +0100
committerHarald Musum <musum@oath.com>2017-11-17 12:11:02 +0100
commitdb62c71c4488db570e0a7e32fe8ab77545fe45d4 (patch)
tree74d17c7d81c9348421f4b3651eb43d8338cae0a5 /config-proxy/pom.xml
parent7424b64f343815960760ad2623ef69d1f4139f75 (diff)
Move fildistribution code to filedistribution module
Diffstat (limited to 'config-proxy/pom.xml')
-rw-r--r--config-proxy/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index 8a7b6f253e2..0aadb1bbb12 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -57,10 +57,11 @@
<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>
</dependencies>
<build>
<plugins>