初始代码
This commit is contained in:
56
yunzhupaas-boot-common/pom.xml
Normal file
56
yunzhupaas-boot-common/pom.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?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-boot-common</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>yunzhupaas-common-core</module>
|
||||
<module>yunzhupaas-common-database</module>
|
||||
<module>yunzhupaas-common-redis</module>
|
||||
<module>yunzhupaas-common-auth</module>
|
||||
<module>yunzhupaas-common-security</module>
|
||||
<module>yunzhupaas-common-swagger</module>
|
||||
<module>yunzhupaas-common-connector</module>
|
||||
<module>yunzhupaas-common-file</module>
|
||||
<module>yunzhupaas-common-office</module>
|
||||
<module>yunzhupaas-common-scheduletask</module>
|
||||
<module>yunzhupaas-common-sms</module>
|
||||
<module>yunzhupaas-common-shardingsphere</module>
|
||||
<module>yunzhupaas-common-selenium</module>
|
||||
<module>yunzhupaas-common-i18n</module>
|
||||
<module>yunzhupaas-common-event</module>
|
||||
<module>yunzhupaas-common-ai</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
<!-- 手机个推 -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>getui-nexus</id>
|
||||
<url>http://mvn.gt.igexin.com/nexus/content/repositories/releases/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>boot3</id>
|
||||
<activation>
|
||||
<jdk>[17,)</jdk>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>yunzhupaas-common-compatible/yunzhupaas-common-office-v3</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user