summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorArne Juul <arnej@vespa.ai>2023-10-18 11:32:46 +0000
committerArne Juul <arnej@vespa.ai>2023-10-18 13:54:06 +0000
commit9af2a2c2b78510bec7b4f8017bcb98e1da7e3e2a (patch)
tree4bfd7bbbc999a0251ab55e6a189720cc74f61ebe /container-search/pom.xml
parent24f8d5ab63a193aeb6660eafb83a22956a679a75 (diff)
add defaults extraction and unit test
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 1e40539a79e..5e7c60d49c3 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -75,6 +75,18 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>model-integration</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-onnxruntime</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>xerces</groupId>