|
@@ -3,14 +3,15 @@
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
- <artifactId>examcloud-oe-tool</artifactId>
|
|
|
|
|
|
+ <artifactId>examcloud-oe-tool-branch</artifactId>
|
|
<version>v1.0.1</version>
|
|
<version>v1.0.1</version>
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>2.1.18.RELEASE</version>
|
|
|
|
|
|
+ <version>2.3.12.RELEASE</version>
|
|
|
|
+ <relativePath/>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
@@ -60,7 +61,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
- <version>1.18.16</version>
|
|
|
|
|
|
+ <version>1.18.24</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.afterturn</groupId>
|
|
<groupId>cn.afterturn</groupId>
|