修复onnxruntime问题

This commit is contained in:
dengwenjie
2025-12-15 19:17:13 +08:00
parent 861e6c128d
commit 06aee850cf
3 changed files with 40 additions and 0 deletions

View File

@@ -89,6 +89,19 @@
<dependency>
<groupId>cn.smartjavaai</groupId>
<artifactId>ocr</artifactId>
<exclusions>
<exclusion>
<groupId>com.microsoft.onnxruntime</groupId>
<artifactId>onnxruntime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.microsoft.onnxruntime</groupId>
<artifactId>onnxruntime</artifactId>
<version>1.20.0</version>
<scope>runtime</scope>
</dependency>