This commit is contained in:
paidaxing444
2021-07-27 11:42:38 +08:00
parent 38a7f6cbbc
commit 5ce785f545
9 changed files with 309 additions and 0 deletions

View File

@ -269,6 +269,24 @@
</exclusions>
</dependency>
<!-- 极光短信包 -->
<dependency>
<groupId>cn.jpush.api</groupId>
<artifactId>jiguang-common</artifactId>
<version>1.0.8</version>
<exclusions>
<exclusion>
<artifactId>okhttp</artifactId>
<groupId>com.squareup.okhttp3</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.jpush.api</groupId>
<artifactId>jsms-client</artifactId>
<version>1.2.8</version>
</dependency>
<!-- 其他工具包 -->
<dependency>
<groupId>com.google.code.gson</groupId>