|
@@ -11,6 +11,17 @@
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<!-- fix conflicted jars -->
|
|
<!-- fix conflicted jars -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
@@ -18,27 +29,52 @@
|
|
<version>${examcloud.version}</version>
|
|
<version>${examcloud.version}</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <groupId>io.springfox</groupId>
|
|
|
|
- <artifactId>springfox-swagger2</artifactId>
|
|
|
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <groupId>io.springfox</groupId>
|
|
|
|
- <artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
|
|
+ <groupId>commons-lang</groupId>
|
|
|
|
+ <artifactId>commons-lang</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <groupId>com.google.code.findbugs</groupId>
|
|
|
|
- <artifactId>jsr305</artifactId>
|
|
|
|
|
|
+ <groupId>commons-beanutils</groupId>
|
|
|
|
+ <artifactId>commons-beanutils</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
|
- <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>org.apache.commons</groupId>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-compress</artifactId>
|
|
<artifactId>commons-compress</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>com.mchange</groupId>
|
|
|
|
+ <artifactId>mchange-commons-java</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
|
+ <artifactId>springfox-swagger2</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
|
+ <artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
+ </exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>io.springfox</groupId>
|
|
<groupId>io.springfox</groupId>
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
@@ -53,6 +89,7 @@
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<artifactId>swagger-bootstrap-ui</artifactId>
|
|
<artifactId>swagger-bootstrap-ui</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<groupId>commons-fileupload</groupId>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
@@ -64,15 +101,31 @@
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
|
+ <groupId>cn.afterturn</groupId>
|
|
|
|
+ <artifactId>easypoi-base</artifactId>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
|
|
+ <groupId>com.google.guava</groupId>
|
|
|
|
+ <artifactId>guava</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
|
+ <artifactId>commons-lang3</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.javassist</groupId>
|
|
|
|
+ <artifactId>javassist</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.itextpdf</groupId>
|
|
|
|
+ <artifactId>itextpdf</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.upyun</groupId>
|
|
<groupId>com.upyun</groupId>
|
|
<artifactId>java-sdk</artifactId>
|
|
<artifactId>java-sdk</artifactId>
|
|
@@ -85,6 +138,10 @@
|
|
<groupId>org.apache.commons</groupId>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-lang</groupId>
|
|
|
|
+ <artifactId>commons-lang</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<artifactId>commons-codec</artifactId>
|
|
@@ -97,31 +154,5 @@
|
|
<groupId>commons-io</groupId>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<artifactId>commons-io</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.google.code.findbugs</groupId>
|
|
|
|
- <artifactId>jsr305</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.afterturn</groupId>
|
|
|
|
- <artifactId>easypoi-base</artifactId>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
|
- <artifactId>guava</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
|
- <artifactId>commons-lang3</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.itextpdf</groupId>
|
|
|
|
- <artifactId>itextpdf</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
</project>
|
|
</project>
|