|
|
@ -58,7 +58,7 @@ |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- JSON工具类 --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
@ -150,14 +150,6 @@ |
|
|
|
<version>4.11</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--国密依赖包--> |
|
|
|
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.bouncycastle</groupId> |
|
|
|
<artifactId>bcpkix-jdk15on</artifactId> |
|
|
|
<version>1.57</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- Base64编码需要 --> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-codec</groupId> |
|
|
@ -185,6 +177,7 @@ |
|
|
|
<artifactId>core</artifactId> |
|
|
|
<version>3.3.3</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.google.zxing</groupId> |
|
|
|
<artifactId>javase</artifactId> |
|
|
@ -197,18 +190,6 @@ |
|
|
|
<version>4.1.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.aliyun.mns</groupId> |
|
|
|
<artifactId>aliyun-sdk-mns</artifactId> |
|
|
|
<version>1.1.8</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.aliyun</groupId> |
|
|
|
<artifactId>aliyun-java-sdk-dyvmsapi</artifactId> |
|
|
|
<version>1.2.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- mybatis-plus 增强CRUD --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
@ -225,4 +206,4 @@ |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</project> |
|
|
|
</project> |
|
|
|