summaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-05-19 11:35:40 +0200
committerLester Solbakken <lesters@oath.com>2021-05-19 11:35:40 +0200
commita186020aa62214a714f24091b7928a159a55b166 (patch)
tree418641c48b1fde584c19b8914608fee00bd37628 /model-integration/pom.xml
parent00a724c605b3d1332a119454f1382830df2226d2 (diff)
Add ONNX-RT evaluator to model-integration module
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 536d3578f8c..dc3154c5c41 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -53,6 +53,10 @@
</dependency>
<dependency>
+ <groupId>com.microsoft.onnxruntime</groupId>
+ <artifactId>onnxruntime</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>