summaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-11-16 18:05:30 +0100
committerGitHub <noreply@github.com>2017-11-16 18:05:30 +0100
commitb07e68d6e9a0220136e0f33506ffc37864ed0a3b (patch)
tree6094468ea5fc9382bf940c74b98e9e5ee3ef1836 /config-proxy/pom.xml
parent39416a17871a5915fe9533a8d3dae3818dd6e10d (diff)
Revert "Revert "Hmusum/move new filedistribution classes""
Diffstat (limited to 'config-proxy/pom.xml')
-rw-r--r--config-proxy/pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index 8a7b6f253e2..13e2ddf40e8 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -57,10 +57,15 @@
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </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>