|
|
|
@@ -27,16 +27,16 @@ |
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<version>2.1.8.RELEASE</version> |
|
|
|
<version>2.2.5.RELEASE</version> |
|
|
|
<relativePath/> |
|
|
|
</parent> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<weixin-java-common.version>3.6.0</weixin-java-common.version> |
|
|
|
<weixin-java-mp.version>3.6.0</weixin-java-mp.version> |
|
|
|
<weixin-java-miniapp.version>3.6.0</weixin-java-miniapp.version> |
|
|
|
<weixin-java-pay.version>3.6.0</weixin-java-pay.version> |
|
|
|
<weixin-java-open.version>3.6.0</weixin-java-open.version> |
|
|
|
<weixin-java-common.version>3.7.0</weixin-java-common.version> |
|
|
|
<weixin-java-mp.version>3.7.0</weixin-java-mp.version> |
|
|
|
<weixin-java-miniapp.version>3.7.0</weixin-java-miniapp.version> |
|
|
|
<weixin-java-pay.version>3.7.0</weixin-java-pay.version> |
|
|
|
<weixin-java-open.version>3.7.0</weixin-java-open.version> |
|
|
|
<quartz.version>2.3.0</quartz.version> |
|
|
|
</properties> |
|
|
|
|
|
|
|
@@ -92,12 +92,30 @@ |
|
|
|
<artifactId>flowable-spring-boot-starter-process</artifactId> |
|
|
|
<version>6.4.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>mysql</groupId> |
|
|
|
<artifactId>mysql-connector-java</artifactId> |
|
|
|
<version>8.0.19</version> |
|
|
|
<scope>runtime</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
|
|
<version>3.2.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.mybatis.spring.boot</groupId> |
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
|
|
<version>2.1.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.github.pagehelper</groupId> |
|
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId> |
|
|
|
<version>1.2.10</version> |
|
|
|
<version>1.2.13</version> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.mybatis</groupId> |
|
|
|
@@ -109,31 +127,18 @@ |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
|
|
<version>3.1.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.mybatis.spring.boot</groupId> |
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
|
|
<version>2.1.0</version> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>druid</artifactId> |
|
|
|
<version>1.1.22</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>spring-context-support</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>mysql</groupId> |
|
|
|
<artifactId>mysql-connector-java</artifactId> |
|
|
|
<version>8.0.17</version> |
|
|
|
<scope>runtime</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
@@ -166,14 +171,8 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>fastjson</artifactId> |
|
|
|
<version>1.2.54</version> |
|
|
|
<version>1.2.68</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>druid</artifactId> |
|
|
|
<version>1.1.17</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.quartz-scheduler</groupId> |
|
|
|
@@ -195,27 +194,27 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-swagger2</artifactId> |
|
|
|
<version>2.8.0</version> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-swagger-ui</artifactId> |
|
|
|
<version>2.8.0</version> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
<artifactId>springfox-spring-web</artifactId> |
|
|
|
<version>2.8.0</version> |
|
|
|
<version>2.9.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
<version>2.9.7</version> |
|
|
|
<version>2.10.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
<version>2.9.7</version> |
|
|
|
<version>2.10.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
@@ -225,7 +224,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<version>1.18.2</version> |
|
|
|
<version>1.18.10</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<!-- </dependencyManagement> --> |
|
|
|
|