|
@@ -12,27 +12,11 @@
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-support</artifactId>
|
|
<artifactId>examcloud-support</artifactId>
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
- <artifactId>examcloud-common-models</artifactId>
|
|
|
|
- <version>${project.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-global-api-client</artifactId>
|
|
<artifactId>examcloud-global-api-client</artifactId>
|
|
@@ -53,11 +37,6 @@
|
|
<artifactId>examcloud-core-print-api-client</artifactId>
|
|
<artifactId>examcloud-core-print-api-client</artifactId>
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-questions-api</artifactId>
|
|
|
|
- <version>${project.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-core-oe-admin-api-client</artifactId>
|
|
<artifactId>examcloud-core-oe-admin-api-client</artifactId>
|
|
@@ -68,6 +47,16 @@
|
|
<artifactId>examcloud-core-oe-student-api-client</artifactId>
|
|
<artifactId>examcloud-core-oe-student-api-client</artifactId>
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.upyun</groupId>
|
|
<groupId>com.upyun</groupId>
|
|
<artifactId>java-sdk</artifactId>
|
|
<artifactId>java-sdk</artifactId>
|