2026-06-17 17:24:40 +08:00
|
|
|
|
<?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">
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
|
<groupId>org.qinan</groupId>
|
|
|
|
|
|
<artifactId>safety-eval-service</artifactId>
|
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>safety-eval-infrastructure</artifactId>
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<name>safety-eval-infrastructure</name>
|
2026-07-03 10:30:31 +08:00
|
|
|
|
<description>Safety eval infrastructure module</description>
|
2026-06-17 17:24:40 +08:00
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
2026-07-03 10:30:31 +08:00
|
|
|
|
<!-- Domain灞傦紙瀹炵幇domain灞傚畾涔夌殑gateway鎺ュ彛锛?-->
|
2026-06-17 17:24:40 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.qinan</groupId>
|
|
|
|
|
|
<artifactId>safety-eval-domain</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2026-07-03 10:30:31 +08:00
|
|
|
|
<!-- MyBatis Plus锛堟帓闄?Jackson 1.x 鑰佷緷璧栵紝閬垮厤绫诲啿绐侊級 -->
|
2026-06-17 17:24:40 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
2026-06-22 16:15:17 +08:00
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2026-07-03 10:30:31 +08:00
|
|
|
|
<!-- MySQL JDBC Driver锛堣繍琛屾椂蹇呴渶锛孲pring Boot 2.7.x BOM绠$悊鐗堟湰锛?-->
|
2026-06-22 16:15:17 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
|
<scope>runtime</scope>
|
2026-06-17 17:24:40 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2026-07-03 10:30:31 +08:00
|
|
|
|
<!-- Dubbo锛堣皟鐢ㄥ叾浠朑BS鏈嶅姟 facade锛?-->
|
2026-06-17 17:24:40 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.dubbo</groupId>
|
|
|
|
|
|
<artifactId>dubbo</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Boot Starter -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2026-07-02 09:50:56 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.qinan</groupId>
|
|
|
|
|
|
<artifactId>safety-eval-client</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2026-06-17 17:24:40 +08:00
|
|
|
|
<!-- Lombok -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.jjb.saas</groupId>
|
|
|
|
|
|
<artifactId>jjb-saas-application-client</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.jjb.saas</groupId>
|
|
|
|
|
|
<artifactId>jjb-saas-auth-client</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.jjb.saas</groupId>
|
|
|
|
|
|
<artifactId>jjb-saas-framework-facade</artifactId>
|
|
|
|
|
|
</dependency>
|
2026-06-26 14:30:26 +08:00
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.zcloud.gbscommon</groupId>
|
|
|
|
|
|
<artifactId>zcloud_gbscommon</artifactId>
|
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
|
</dependency>
|
2026-06-30 11:17:58 +08:00
|
|
|
|
|
2026-07-03 10:30:31 +08:00
|
|
|
|
<!-- X File Storage锛堝OSS缁熶竴鏂囦欢瀛樺偍锛?-->
|
2026-06-30 11:17:58 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.dromara.x-file-storage</groupId>
|
|
|
|
|
|
<artifactId>x-file-storage-spring</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Aliyun OSS SDK -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.aliyun.oss</groupId>
|
|
|
|
|
|
<artifactId>aliyun-sdk-oss</artifactId>
|
|
|
|
|
|
</dependency>
|
2026-07-02 09:50:56 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.jjb.saas</groupId>
|
|
|
|
|
|
<artifactId>jjb-saas-framework-repository</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.mapstruct</groupId>
|
|
|
|
|
|
<artifactId>mapstruct</artifactId>
|
|
|
|
|
|
</dependency>
|
2026-06-17 17:24:40 +08:00
|
|
|
|
</dependencies>
|
2026-07-03 10:30:31 +08:00
|
|
|
|
</project>
|