summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-01-24 10:09:15 +0000
committerArne Juul <arnej@yahooinc.com>2023-01-24 10:09:15 +0000
commit2186aafc1743311777dc03f599f44505f649a15a (patch)
tree535c6441c322c4fa4eb9d72b4573cfd695a5030c /config-model/pom.xml
parenteec4962db2f6dc302f7195c1b20a6818dbc0178a (diff)
we need onnxruntime for some tests
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index a11e72fa1be..e5ccfbcc51b 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -36,6 +36,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-onnxruntime</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>