summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-12-14 13:54:19 +0100
committergjoranv <gv@verizonmedia.com>2022-12-14 13:54:19 +0100
commit848235b7538a3223e288ebc227ef8b100929ec52 (patch)
tree397e100bce7c341741161bb134d5a2211a0f1cee /container-test
parent84e7048acbc7750ab5096a9cc09480e9d520977d (diff)
Move microsoft.onnxruntime from provided to test scope.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 103c118b083..829372ea8fb 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -51,6 +51,10 @@
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
+ <groupId>com.microsoft.onnxruntime</groupId>
+ <artifactId>onnxruntime</artifactId>
+ </dependency>
+ <dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
<exclusions>