aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-15 12:13:18 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-15 12:13:18 +0200
commite5a1f22a814923e4f6a2a298a76630d6567e02b8 (patch)
tree9798fa6a74dedd3978a7984caa748756ffe71dc5 /config-model-api/pom.xml
parent716b933c92f020ac93c340cccbd666751e307d81 (diff)
Make ValidationOverrides available from the outside
Diffstat (limited to 'config-model-api/pom.xml')
-rw-r--r--config-model-api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model-api/pom.xml b/config-model-api/pom.xml
index fd62a5c4c2f..6618612df31 100644
--- a/config-model-api/pom.xml
+++ b/config-model-api/pom.xml
@@ -63,6 +63,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>17.0</version>