Files
yunzhupaas-common/yunzhupaas-cloud-common/pom.xml

35 lines
1.2 KiB
XML
Raw Normal View History

2026-04-21 17:41: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>
<artifactId>yunzhupaas-common</artifactId>
<groupId>com.yunzhupaas</groupId>
<version>5.2.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yunzhupaas-cloud-common</artifactId>
<packaging>pom</packaging>
<modules>
<module>yunzhupaas-common-dubbo</module>
<module>yunzhupaas-common-feign</module>
<module>yunzhupaas-common-seata</module>
<module>yunzhupaas-common-cloudshardingsphere</module>
<module>yunzhupaas-common-mq</module>
</modules>
<dependencyManagement>
<dependencies>
<!--<dependency>
<groupId>com.yunzhupaas</groupId>
<artifactId>yunzhupaas-boot-common</artifactId>
<type>pom</type>
<scope>import</scope>
</dependency>-->
</dependencies>
</dependencyManagement>
</project>