|
|
|
@ -86,6 +86,11 @@
|
|
|
|
|
<artifactId>docus-mybatisplus-starter</artifactId>
|
|
|
|
|
<version>${docus.framework}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.docus</groupId>
|
|
|
|
|
<artifactId>docus-sms-starter</artifactId>
|
|
|
|
|
<version>${docus.framework}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.docus</groupId>
|
|
|
|
|
<artifactId>docus-redis-starter</artifactId>
|
|
|
|
@ -333,6 +338,22 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.10.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.github.javen205/IJPay-WxPay -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.javen205</groupId>
|
|
|
|
|
<artifactId>IJPay-WxPay</artifactId>
|
|
|
|
|
<version>2.8.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|