28 lines
989 B
XML
28 lines
989 B
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-components</artifactId>
|
|
<version>1.5.12-RELEASES</version>
|
|
<relativePath>./../pom.xml</relativePath>
|
|
</parent>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>component-sms</artifactId>
|
|
<version>1.5.12-RELEASES</version>
|
|
<description>短信</description>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.red.circle</groupId>
|
|
<artifactId>component-core</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|