|
@@ -11,6 +11,16 @@
|
|
|
<artifactId>examcloud-core-questions-base</artifactId>
|
|
|
|
|
|
<dependencies>
|
|
|
+ <!--<dependency>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
<artifactId>examcloud-web</artifactId>
|
|
@@ -73,6 +83,12 @@
|
|
|
<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>
|
|
|
<groupId>org.ansj</groupId>
|
|
@@ -85,7 +101,6 @@
|
|
|
<version>3.16</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <!-- jsoup HTML parser library @ https://jsoup.org/ -->
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
<version>1.11.3</version>
|
|
@@ -112,4 +127,4 @@
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
-</project>
|
|
|
+</project>
|