55 lines
1.9 KiB
XML
Executable File
55 lines
1.9 KiB
XML
Executable File
<?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>notify-component</artifactId>
|
|
<groupId>org.jetlinks.community</groupId>
|
|
<version>2.2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>notify-sms</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.hswebframework</groupId>
|
|
<artifactId>hsweb-easy-orm-rdb</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-sdk-java -->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>com.tencentcloudapi</groupId>-->
|
|
<!-- <artifactId>tencentcloud-sdk-java</artifactId>-->
|
|
<!-- <version>3.1.65</version>-->
|
|
<!-- </dependency>-->
|
|
|
|
<dependency>
|
|
<groupId>org.hswebframework.web</groupId>
|
|
<artifactId>hsweb-starter</artifactId>
|
|
<version>${hsweb.framework.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jetlinks</groupId>
|
|
<artifactId>rule-engine-support</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jetlinks.community</groupId>
|
|
<artifactId>notify-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
|
<version>2.2.1</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</project> |