wind d55a27ff6f 完成华为云国内短信接入
修改基础http支持框架为Forest
重构云片短信该http框架为Forest
重构模块,添加自动配置模块
2023-04-02 01:17:59 +08:00

38 lines
1.1 KiB
XML

<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-huawei</artifactId>
<version>1.0.3</version>
<name>sms-aggregation-huawei</name>
<description>sms-aggregation-huawei</description>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>
<build>
</build>
</project>