修复maven引用问题

This commit is contained in:
dengwenjie
2025-12-10 15:01:31 +08:00
parent fefc36bc30
commit 69c553058b

View File

@@ -241,17 +241,10 @@
<dependency>
<groupId>ai.djl.tensorflow</groupId>
<artifactId>tensorflow-native-cpu</artifactId>
<classifier>${javacv.platform.linux-arm64}</classifier>
<classifier>${djl.platform.linux-aarch64}</classifier>
<scope>runtime</scope>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>ai.djl.mxnet</groupId>
<artifactId>mxnet-native-mkl</artifactId>
<classifier>${javacv.platform.linux-arm64}</classifier>
<scope>runtime</scope>
<version>1.9.1</version>
</dependency>
<!-- macOS M系列 平台 (保留对应平台的配置,可以减小包大小)-->