From a3344947e1ff54fcae8f09140ab0d05e2ba26f31 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期五, 25 十月 2024 15:17:36 +0800 Subject: [PATCH] 新增配方记录功能并优化相关实体和VO --- jeecg-module-dry/jeecg-module-dry-api/pom.xml | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/jeecg-module-dry/jeecg-module-dry-api/pom.xml b/jeecg-module-dry/jeecg-module-dry-api/pom.xml index 3ad456f..fd4d4a0 100644 --- a/jeecg-module-dry/jeecg-module-dry-api/pom.xml +++ b/jeecg-module-dry/jeecg-module-dry-api/pom.xml @@ -42,10 +42,25 @@ <!-- <artifactId>bcprov-jdk15on</artifactId>--> <!-- <version>1.70</version>--> <!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>com.kangaroohy</groupId>--> +<!-- <artifactId>milo-spring-boot-starter</artifactId>--> +<!-- <version>3.0.4</version>--> +<!-- </dependency>--> <dependency> - <groupId>com.kangaroohy</groupId> - <artifactId>milo-spring-boot-starter</artifactId> - <version>3.0.4</version> + <groupId>ai.djl.pytorch</groupId> + <artifactId>pytorch-engine</artifactId> + <version>0.16.0</version> + </dependency> + <dependency> + <groupId>ai.djl.pytorch</groupId> + <artifactId>pytorch-native-auto</artifactId> + <version>1.9.1</version> + </dependency> + <dependency> + <groupId>ai.djl.pytorch</groupId> + <artifactId>pytorch-jni</artifactId> + <version>1.9.1-0.16.0</version> </dependency> </dependencies> <build> -- Gitblit v1.9.3