aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-09-03 20:26:17 +0200
committerJon Bratseth <bratseth@oath.com>2018-09-03 20:26:17 +0200
commit489aae55545c19d409ab0f23ac17ec62287645d3 (patch)
tree63c9d1f54d5e257b8bd3428fec5dfa607b18848a /model-evaluation/pom.xml
parent03fb3fc851fe6f5bec4f4d86d7ff6ea5dcce5fd7 (diff)
Read and resolve constants in model evaluation
Diffstat (limited to 'model-evaluation/pom.xml')
-rw-r--r--model-evaluation/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/model-evaluation/pom.xml b/model-evaluation/pom.xml
index edb22c1b529..0b6a5d08155 100644
--- a/model-evaluation/pom.xml
+++ b/model-evaluation/pom.xml
@@ -40,6 +40,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>searchcore</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>config</artifactId>
<version>${project.version}</version>
<scope>provided</scope>