From 8770aeed33a53a5214f44a0fe153e9159e8ae2db Mon Sep 17 00:00:00 2001 From: beat4ocean Date: Tue, 25 Mar 2025 19:53:08 +0800 Subject: [PATCH] [Improvement] Add dependencies onnxruntime --- common/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index 165189202..fa5af64ae 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -261,6 +261,11 @@ ${mockito-inline.version} test + + com.microsoft.onnxruntime + onnxruntime + 1.21.0 +