对比新文件 |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <parent> |
| | | <artifactId>jeecg-module-dry</artifactId> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <version>3.5.0</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>jeecg-module-dry-api</artifactId> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.jeecgframework.boot</groupId> |
| | | <artifactId>jeecg-boot-base-core</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- feign --> |
| | | <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| | | </dependency> |
| | | <!-- sentinel闄愭祦鐔旀柇闄嶇骇--> |
| | | <dependency> |
| | | <groupId>com.alibaba.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.eclipse.milo</groupId>--> |
| | | <!-- <artifactId>sdk-client</artifactId>--> |
| | | <!-- <version>0.6.11</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.eclipse.milo</groupId>--> |
| | | <!-- <artifactId>sdk-server</artifactId>--> |
| | | <!-- <version>0.6.11</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.bouncycastle</groupId>--> |
| | | <!-- <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>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> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-source-plugin</artifactId> |
| | | <version>${maven-source-plugin.version}</version> |
| | | <executions> |
| | | <execution> |
| | | <id>attach-sources</id> |
| | | <goals> |
| | | <goal>jar</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |