Cpte-Cloud/cpte-server-cloud/cpte-visual/cpte-cloud-test/pom.xml

29 lines
1020 B
XML
Raw Permalink Normal View History

2025-10-16 18:05:09 +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">
<parent>
2025-10-24 15:47:26 +08:00
<artifactId>cpte-visual</artifactId>
2025-10-16 18:05:09 +08:00
<groupId>org.jeecgframework.boot3</groupId>
<version>3.8.3</version>
</parent>
2025-10-24 15:47:26 +08:00
<modelVersion>4.0.0</modelVersion>
2025-10-16 18:05:09 +08:00
<packaging>pom</packaging>
2025-10-24 15:47:26 +08:00
<artifactId>cpte-cloud-test</artifactId>
2025-10-16 18:05:09 +08:00
<dependencies>
<dependency>
<groupId>org.jeecgframework.boot3</groupId>
2025-10-24 15:47:26 +08:00
<artifactId>cpte-boot-base-core</artifactId>
2025-10-16 18:05:09 +08:00
</dependency>
</dependencies>
2025-10-24 15:47:26 +08:00
<modules>
<module>cpte-cloud-test-shardingsphere</module>
<module>cpte-cloud-test-more</module>
<module>cpte-cloud-test-rabbitmq</module>
<module>cpte-cloud-test-seata</module>
<module>cpte-cloud-test-rocketmq</module>
</modules>
2025-10-16 18:05:09 +08:00
</project>