summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-search-and-docproc/pom.xml6
-rw-r--r--container-search/pom.xml8
2 files changed, 14 insertions, 0 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index 036a378da3a..470c1b1fa6f 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -204,6 +204,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-evaluation</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- TEST scope -->
<dependency>
diff --git a/container-search/pom.xml b/container-search/pom.xml
index abd424111f2..5d3b88157aa 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -68,6 +68,14 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-evaluation</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>