summaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index e0ce822e593..87058f8dfa1 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -35,6 +35,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-model-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>provided</scope>