aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-09-04 14:39:45 +0200
committerJon Bratseth <bratseth@oath.com>2018-09-04 14:39:45 +0200
commitddd2b9f76bccd696af9aef93d6b4d0fbb50d0298 (patch)
tree143333cd92b0a7c18dc802589bf523048f9327bd /model-evaluation/pom.xml
parent28d9bc98b9fdce4ab87ada59660b36369d934694 (diff)
Revert "Merge pull request #6781 from vespa-engine/revert-6774-bratseth/handle-large-constants"
This reverts commit f4b81d662c31f25b2be8964fd22bacf11b60e362, reversing changes made to f0405491348b35153b6bc3137ae8af6df7255c05.
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>