调整项目 groupId 为 org.dromara.sms4j

This commit is contained in:
Charles7c 2023-04-12 21:55:36 +08:00
parent df0882c7dc
commit 02072a4ce8
29 changed files with 154 additions and 174 deletions

View File

@ -2,7 +2,7 @@
<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>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
<packaging>pom</packaging>
@ -36,6 +36,7 @@
<module>sms-aggregation-huawei</module>
<module>sms-aggregation-jdcloud</module>
<module>sms-aggregation-cloopen</module>
<module>sms-aggregation-emay</module>
</modules>
<scm>
<connection>scm:git:https://gitee.com/MR-wind/sms_aggregation.git</connection>
@ -81,73 +82,78 @@
<version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-spring-boot-starter</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-autoimmit</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-core</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-aliyun</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-tencent</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-unisms</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-yunpian</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-huawei</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-jdcloud</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-cloopen</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-emay</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
<version>${aliyun.version}</version>
<exclusions>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<groupId>com.squareup.okhttp3</groupId>
</exclusion>
</exclusions>
</dependency>
@ -178,8 +184,8 @@
<version>${unisms.version}</version>
<exclusions>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<groupId>com.squareup.okhttp3</groupId>
</exclusion>
</exclusions>
</dependency>
@ -189,8 +195,8 @@
<version>${tencent.version}</version>
<exclusions>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<groupId>com.squareup.okhttp3</groupId>
</exclusion>
</exclusions>
</dependency>

View File

@ -37,7 +37,7 @@
```xml
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-spring-boot-starter</artifactId>
<version> version </version>
</dependency>

29
pom.xml
View File

@ -2,9 +2,10 @@
<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>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<name>sms-aggregation</name>
<packaging>pom</packaging>
<description>sms_aggregation</description>
@ -85,81 +86,81 @@
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-autoimmit</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-core</artifactId>
<version>${revision}</version>
</dependency>
<!--通用模块-->
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
<version>${revision}</version>
</dependency>
<!--api模块-->
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-aliyun</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-tencent</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-unisms</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-yunpian</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-huawei</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-jdcloud</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-cloopen</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-emay</artifactId>
<version>${revision}</version>
</dependency>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-aliyun</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-aliyun</name>
@ -26,8 +26,8 @@
<artifactId>dysmsapi20170525</artifactId>
<exclusions>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<groupId>com.squareup.okhttp3</groupId>
</exclusion>
</exclusions>
</dependency>
@ -36,11 +36,11 @@
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
<dependency>

View File

@ -3,17 +3,18 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-aliyun</artifactId>
<name>sms-aggregation-aliyun</name>
<description>sms-aggregation-aliyun</description>
<version>${revision}</version>
<properties>
<properties>
</properties>
<dependencies>
@ -35,12 +36,12 @@
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
@ -50,6 +51,4 @@
<version>3.14.9</version>
</dependency>
</dependencies>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-api</name>
@ -22,7 +22,7 @@
</licenses>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
</dependencies>

View File

@ -3,26 +3,24 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-api</artifactId>
<name>sms-aggregation-api</name>
<description>sms-aggregation-api</description>
<version>${revision}</version>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-autoimmit</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-autoimmit</name>
@ -30,7 +30,7 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-core</artifactId>
</dependency>
<dependency>
@ -40,5 +40,4 @@
<optional>true</optional>
</dependency>
</dependencies>
<build />
</project>

View File

@ -3,22 +3,21 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-autoimmit</artifactId>
<version>${revision}</version>
<name>sms-aggregation-autoimmit</name>
<description>sms-aggregation-autoimmit</description>
<properties>
</properties>
<dependencies>
<!--aop依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
@ -31,7 +30,7 @@
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-core</artifactId>
</dependency>
@ -43,9 +42,4 @@
<optional>true</optional>
</dependency>
</dependencies>
<build>
</build>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-cloopen</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-cloopen</name>
@ -26,11 +26,11 @@
<artifactId>java-sms-sdk</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
@ -23,12 +23,12 @@
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-comm</name>

View File

@ -3,17 +3,18 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-comm</artifactId>
<name>sms-aggregation-comm</name>
<description>sms-aggregation-comm</description>
<version>${revision}</version>
<properties>
<properties>
</properties>
<dependencies>
@ -28,5 +29,4 @@
<artifactId>forest-core</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-core</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-core</name>
@ -22,31 +22,35 @@
</licenses>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-aliyun</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-tencent</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-unisms</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-yunpian</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-huawei</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-jdcloud</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-emay</artifactId>
</dependency>
<dependency>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-cloopen</artifactId>
</dependency>
</dependencies>

View File

@ -3,64 +3,64 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-core</artifactId>
<version>${revision}</version>
<name>sms-aggregation-core</name>
<description>sms-aggregation-core</description>
<properties>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-aliyun</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-tencent</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-unisms</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-yunpian</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-huawei</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-jdcloud</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-emay</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-cloopen</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
</plugins>
</build>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-emay</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-emay</name>
@ -22,13 +22,12 @@
</licenses>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>
<build />
</project>

View File

@ -3,35 +3,29 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-emay</artifactId>
<version>${revision}</version>
<name>sms-aggregation-emay</name>
<description>sms-aggregation-emay</description>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>
<build>
</build>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-huawei</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-huawei</name>
@ -22,11 +22,11 @@
</licenses>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>

View File

@ -3,35 +3,32 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-huawei</artifactId>
<version>${revision}</version>
<name>sms-aggregation-huawei</name>
<description>sms-aggregation-huawei</description>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>
<build>
</build>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-jdcloud</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-jdcloud</name>
@ -26,11 +26,11 @@
<artifactId>sms</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
@ -23,12 +23,12 @@
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-spring-boot-starter</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-spring-boot-starter</name>
@ -29,7 +29,7 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-autoimmit</artifactId>
</dependency>
<dependency>

View File

@ -3,11 +3,12 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-spring-boot-starter</artifactId>
<name>sms-aggregation-spring-boot-starter</name>
<description>sms-aggregation-spring-boot-starter</description>
@ -15,8 +16,8 @@
<packaging>jar</packaging>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@ -27,7 +28,7 @@
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-autoimmit</artifactId>
</dependency>
@ -35,11 +36,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
</plugins>
</build>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-tencent</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-tencent</name>
@ -20,16 +20,13 @@
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
<dependency>

View File

@ -3,26 +3,27 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-tencent</artifactId>
<name>sms-aggregation-tencent</name>
<description>sms-aggregation-tencent</description>
<version>${revision}</version>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
<dependency>
@ -34,6 +35,4 @@
<artifactId>okhttp</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-unisms</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-unisms</name>
@ -20,9 +20,6 @@
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>com.apistd.uni</groupId>
@ -33,11 +30,11 @@
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>

View File

@ -3,22 +3,21 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sms-aggregation-unisms</artifactId>
<name>sms-aggregation-unisms</name>
<description>sms-aggregation-unisms</description>
<version>${revision}</version>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>com.apistd.uni</groupId>
<artifactId>uni-sdk</artifactId>
@ -30,14 +29,13 @@
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>1.0.5</version>
</parent>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-yunpian</artifactId>
<version>1.0.5</version>
<name>sms-aggregation-yunpian</name>
@ -22,11 +22,11 @@
</licenses>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>

View File

@ -3,7 +3,7 @@
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>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms_aggregation</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
@ -13,20 +13,18 @@
<name>sms-aggregation-yunpian</name>
<description>sms-aggregation-yunpian</description>
<version>${revision}</version>
<properties>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-comm</artifactId>
</dependency>
<dependency>
<groupId>kim.wind</groupId>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms-aggregation-api</artifactId>
</dependency>
</dependencies>
</project>