summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-11-15 11:43:31 +0100
committerHarald Musum <musum@oath.com>2017-11-15 11:43:31 +0100
commit58057038b5cd54cffdccfed725d4b5f6e08b01de (patch)
tree8e7a7fe0c043b9505b35e78a66acb4e0c6c1c9d5 /config-proxy
parent8c3d4cb907ffd619867ab33178a1ffc512e3fa2b (diff)
Use project version for vespa dependencies
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index d8fc78591e6..13e2ddf40e8 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -57,15 +57,15 @@
<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>6-SNAPSHOT</version>
- </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>