aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-05-19 14:41:57 +0200
committerLester Solbakken <lesters@oath.com>2021-05-19 14:41:57 +0200
commit77807b53619a6b1449610c598f391b024eb52930 (patch)
tree65117eab0d5e5cafee49a04b10d1c79f1e3431fa /model-integration/pom.xml
parentbd35a66573c5b6cbf05f2d875cef00817b7d23c1 (diff)
Revert "Revert "Add ONNX-RT evaluator to model-integration module""
This reverts commit 97080252fac0ba45b58f9d0efb56603da518428f.
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>