<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
<parent>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-parent</artifactId>
|
<version>1.0.0</version>
|
</parent>
|
|
<artifactId>smart-starter-sms</artifactId>
|
|
<dependencies>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-tool</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-starter-redis</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<dependency>
|
<artifactId>jackson-databind</artifactId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
</dependency>
|
<dependency>
|
<groupId>com.aliyun</groupId>
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
<scope>provided</scope>
|
<version>4.5.30</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qiniu</groupId>
|
<artifactId>qiniu-java-sdk</artifactId>
|
<scope>provided</scope>
|
<version>7.9.4</version>
|
</dependency>
|
<dependency>
|
<groupId>com.github.qcloudsms</groupId>
|
<artifactId>qcloudsms</artifactId>
|
<scope>provided</scope>
|
</dependency>
|
<dependency>
|
<groupId>com.yunpian.sdk</groupId>
|
<artifactId>yunpian-java-sdk</artifactId>
|
<scope>provided</scope>
|
<version>1.2.7</version>
|
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-auto</artifactId>
|
<scope>provided</scope>
|
<version>1.0.0</version>
|
</dependency>
|
</dependencies>
|
|
|
|
</project>
|