summaryrefslogtreecommitdiffstats
path: root/config-application-package/pom.xml
diff options
context:
space:
mode:
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>