|
@@ -5,18 +5,18 @@
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<artifactId>examcloud-oe-tool</artifactId>
|
|
|
- <version>v4.1.4-RELEASE</version>
|
|
|
+ <version>v5.0.1-RELEASE</version>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<parent>
|
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
<artifactId>examcloud-parent</artifactId>
|
|
|
- <version>v4.1.4-RELEASE</version>
|
|
|
+ <version>v5.0.1-RELEASE</version>
|
|
|
</parent>
|
|
|
|
|
|
<properties>
|
|
|
<!-- 云平台版本 -->
|
|
|
- <examcloud.version>v4.1.4-RELEASE</examcloud.version>
|
|
|
+ <examcloud.version>v5.0.1-RELEASE</examcloud.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
@@ -31,6 +31,11 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.json</groupId>
|
|
|
+ <artifactId>json</artifactId>
|
|
|
+ <version>20210307</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.ansj</groupId>
|
|
|
<artifactId>ansj_seg</artifactId>
|
|
@@ -52,6 +57,18 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|