2025-05-30 14:08:16 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2025-05-30 16:30:16 +08:00
|
|
|
<groupId>cd.casic.boot</groupId>
|
|
|
|
<artifactId>modules</artifactId>
|
|
|
|
<version>${revision}</version>
|
2025-05-30 14:08:16 +08:00
|
|
|
</parent>
|
2025-05-30 16:30:16 +08:00
|
|
|
|
|
|
|
<artifactId>module-ci-machine</artifactId>
|
|
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
|
2025-05-30 14:08:16 +08:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2025-05-30 16:30:16 +08:00
|
|
|
<groupId>cd.casic.boot</groupId>
|
|
|
|
<artifactId>commons</artifactId>
|
2025-05-30 14:08:16 +08:00
|
|
|
</dependency>
|
2025-07-09 21:19:49 +08:00
|
|
|
|
2025-06-24 16:20:09 +08:00
|
|
|
<dependency>
|
2025-07-09 16:47:50 +08:00
|
|
|
<groupId>cd.casic.boot</groupId>
|
2025-07-09 21:19:49 +08:00
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
2025-06-24 16:20:09 +08:00
|
|
|
</dependency>
|
2025-07-08 14:40:20 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.antherd</groupId>
|
|
|
|
<artifactId>sm-crypto</artifactId>
|
2025-07-08 16:59:09 +08:00
|
|
|
<version>0.3.2.1-RELEASE</version>
|
|
|
|
</dependency>
|
2025-05-30 14:08:16 +08:00
|
|
|
</dependencies>
|
|
|
|
</project>
|