|
@@ -5,7 +5,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-core-oe-student</artifactId>
|
|
<artifactId>examcloud-core-oe-student</artifactId>
|
|
- <version>v3.0-RELEASE</version>
|
|
|
|
|
|
+ <version>v4.0.1-RELEASE</version>
|
|
</parent>
|
|
</parent>
|
|
<artifactId>examcloud-core-oe-student-base</artifactId>
|
|
<artifactId>examcloud-core-oe-student-base</artifactId>
|
|
|
|
|
|
@@ -76,6 +76,11 @@
|
|
<artifactId>examcloud-ws-api-client</artifactId>
|
|
<artifactId>examcloud-ws-api-client</artifactId>
|
|
<version>${examcloud.version}</version>
|
|
<version>${examcloud.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-marking-api-client</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
@@ -89,13 +94,11 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.json</groupId>
|
|
<groupId>org.json</groupId>
|
|
<artifactId>json</artifactId>
|
|
<artifactId>json</artifactId>
|
|
- <version>20140107</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-validator</artifactId>
|
|
<artifactId>hibernate-validator</artifactId>
|
|
- <version>5.3.6.Final</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -116,18 +119,15 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.upyun</groupId>
|
|
<groupId>com.upyun</groupId>
|
|
<artifactId>java-sdk</artifactId>
|
|
<artifactId>java-sdk</artifactId>
|
|
- <version>3.16</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.baidu.aip</groupId>
|
|
<groupId>com.baidu.aip</groupId>
|
|
<artifactId>java-sdk</artifactId>
|
|
<artifactId>java-sdk</artifactId>
|
|
- <version>4.0.0</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.esotericsoftware</groupId>
|
|
<groupId>com.esotericsoftware</groupId>
|
|
<artifactId>reflectasm</artifactId>
|
|
<artifactId>reflectasm</artifactId>
|
|
- <version>1.11.3</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|