summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-01-24 13:08:15 +0100
committerGitHub <noreply@github.com>2023-01-24 13:08:15 +0100
commit16b5b25f8c7512c122bb3e7c1cd5c412f8506c48 (patch)
tree56bc1e0f5dcc001dd82c51f41d93431dee5d3914 /config-model
parentc726dda4c538c43c58ae5c3f968de5f379a847a2 (diff)
parent2186aafc1743311777dc03f599f44505f649a15a (diff)
Merge pull request #25700 from vespa-engine/arnej/actually-run-onnx-tests
we need onnxruntime for some tests
Diffstat (limited to 'config-model')
-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>