summaryrefslogtreecommitdiffstats
path: root/config-application-package/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-04-18 15:53:19 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-04-18 15:53:19 +0200
commit352b828e91711ab1384213ad7f741d423688eeca (patch)
tree55094ccb785eeca6156f8445cd45a1c5e868bbba /config-application-package/pom.xml
parent76497a12e6ec76d82527b2bd2fbe3de8bba6eb63 (diff)
parentbd5edd2681f6b0a3282cd053acb98d4b0ee126c4 (diff)
Merge branch 'master' into bratseth/receive-wanted-version
Diffstat (limited to 'config-application-package/pom.xml')
-rw-r--r--config-application-package/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-application-package/pom.xml b/config-application-package/pom.xml
index 8236458c532..6bb1191ff8f 100644
--- a/config-application-package/pom.xml
+++ b/config-application-package/pom.xml
@@ -98,6 +98,12 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>configdefinitions</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>