|
|
|
@@ -27,7 +27,7 @@ |
|
|
|
<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> |
|
|
|
|
|
|
|
@@ -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> |
|
|
|
@@ -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> --> |
|
|
|
|