2022-05-06 18:07:00 +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>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common</artifactId>
|
2023-01-13 18:43:40 +08:00
|
|
|
<version>${revision}</version>
|
2022-05-06 18:07:00 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-sms</artifactId>
|
2022-05-06 18:07:00 +08:00
|
|
|
|
|
|
|
<description>
|
2023-01-18 17:09:43 +08:00
|
|
|
ruoyi-common-sms 短信模块
|
2022-05-06 18:07:00 +08:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
2023-06-09 01:58:50 +00:00
|
|
|
<groupId>org.dromara.sms4j</groupId>
|
|
|
|
<artifactId>sms4j-spring-boot-starter</artifactId>
|
2024-01-18 18:33:47 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- RuoYi Common Redis-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
<artifactId>ruoyi-common-redis</artifactId>
|
2022-05-06 18:07:00 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|