2025-03-25 10:25:03 +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>cd.casic.boot</groupId>
|
|
|
|
<artifactId>modules</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</parent>
|
|
|
|
|
2025-04-07 18:56:57 +08:00
|
|
|
<artifactId>module-ci-environment</artifactId>
|
2025-03-25 10:25:03 +08:00
|
|
|
|
2025-03-25 18:14:03 +08:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
2025-03-25 10:25:03 +08:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2025-04-07 18:56:57 +08:00
|
|
|
<groupId>cd.casic.boot</groupId>
|
2025-04-09 11:06:12 +08:00
|
|
|
<artifactId>module-ci-process-api</artifactId>
|
2025-03-25 10:25:03 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2025-04-07 18:56:57 +08:00
|
|
|
<groupId>cd.casic.boot</groupId>
|
|
|
|
<artifactId>module-ci-market</artifactId>
|
2025-03-25 10:25:03 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cd.casic.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-mybatis</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|