|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<properties>
|
|
|
<!-- 云平台版本 -->
|
|
|
- <revision>v4.1.2-RELEASE</revision>
|
|
|
+ <revision>v4.1.3-RELEASE</revision>
|
|
|
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
|
|
|
<spring-cloud.version>Hoxton.SR12</spring-cloud.version>
|
|
|
<log4j2.version>2.17.2</log4j2.version>
|
|
@@ -271,6 +271,11 @@
|
|
|
<!-- Excel Jars end -->
|
|
|
|
|
|
<!-- Other Jars start -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.xuxueli</groupId>
|
|
|
+ <artifactId>xxl-job-core</artifactId>
|
|
|
+ <version>2.3.1</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
<artifactId>mssql-jdbc</artifactId>
|