75 lines
2.1 KiB
XML
75 lines
2.1 KiB
XML
<?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>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-process</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>${revision}</version>
|
|
|
|
<modules>
|
|
<module>pipeline-ci-process-api</module>
|
|
</modules>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-commons</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-event</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-log</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-project</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-quality</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-scm-repository</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.ci</groupId>
|
|
<artifactId>ci-ticket</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.boot</groupId>
|
|
<artifactId>spring-boot-starter-redis</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cd.casic.boot</groupId>
|
|
<artifactId>spring-boot-starter-monitor</artifactId>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project> |