43 lines
1.5 KiB
XML
43 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>rc-dependencies-framework</artifactId>
|
|
<version>1.5.12-RELEASES</version>
|
|
<relativePath>../rc-dependencies-framework/pom.xml</relativePath>
|
|
</parent>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>rc-components</artifactId>
|
|
<version>1.5.12-RELEASES</version>
|
|
<packaging>pom</packaging>
|
|
<name>rc-components</name>
|
|
<description>组件</description>
|
|
<modules>
|
|
<module>component-censor</module>
|
|
<module>component-game</module>
|
|
<module>component-instant-message</module>
|
|
<module>component-oss</module>
|
|
<module>component-s3</module>
|
|
<module>component-sms</module>
|
|
<module>component-translation</module>
|
|
<module>component-push</module>
|
|
<module>component-redis</module>
|
|
<module>component-pay</module>
|
|
<module>component-core</module>
|
|
<module>component-mq</module>
|
|
<module>component-mail</module>
|
|
<module>component-mongodb</module>
|
|
<module>component-iplocation</module>
|
|
<module>component-log</module>
|
|
</modules>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|