|
@@ -3,13 +3,13 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<artifactId>examcloud-core-print</artifactId>
|
|
|
- <version>v3.0-RELEASE</version>
|
|
|
+ <version>v4.0.1-RELEASE</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<parent>
|
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
<artifactId>examcloud-parent</artifactId>
|
|
|
- <version>v3.0-RELEASE</version>
|
|
|
+ <version>v4.0.1-RELEASE</version>
|
|
|
</parent>
|
|
|
|
|
|
<modules>
|
|
@@ -21,18 +21,13 @@
|
|
|
</modules>
|
|
|
|
|
|
<properties>
|
|
|
- <examcloud.version>v3.0-RELEASE</examcloud.version>
|
|
|
+ <examcloud.version>v4.0.1-RELEASE</examcloud.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>com.upyun</groupId>
|
|
|
- <artifactId>java-sdk</artifactId>
|
|
|
- <version>3.20</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>cn.afterturn</groupId>
|
|
|
<artifactId>easypoi-base</artifactId>
|
|
@@ -43,100 +38,20 @@
|
|
|
<artifactId>itextpdf</artifactId>
|
|
|
<version>5.5.13.1</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- <version>4.5.10</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.squareup.okhttp3</groupId>
|
|
|
- <artifactId>okhttp</artifactId>
|
|
|
- <version>4.2.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.71</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
- <artifactId>guava</artifactId>
|
|
|
- <version>28.1-jre</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-lang3</artifactId>
|
|
|
- <version>3.9</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-compress</artifactId>
|
|
|
- <version>1.19</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>commons-collections</groupId>
|
|
|
- <artifactId>commons-collections</artifactId>
|
|
|
- <version>3.2.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
- <version>1.13</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.google.code.findbugs</groupId>
|
|
|
- <artifactId>jsr305</artifactId>
|
|
|
- <version>3.0.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.javassist</groupId>
|
|
|
- <artifactId>javassist</artifactId>
|
|
|
- <version>3.26.0-GA</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.mchange</groupId>
|
|
|
- <artifactId>mchange-commons-java</artifactId>
|
|
|
- <version>0.2.19</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.assertj</groupId>
|
|
|
- <artifactId>assertj-core</artifactId>
|
|
|
- <version>3.14.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.swagger</groupId>
|
|
|
- <artifactId>swagger-annotations</artifactId>
|
|
|
- <version>1.5.24</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.swagger</groupId>
|
|
|
- <artifactId>swagger-models</artifactId>
|
|
|
- <version>1.5.24</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
- <artifactId>springfox-swagger2</artifactId>
|
|
|
- <version>2.9.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.xiaoymin</groupId>
|
|
|
- <artifactId>swagger-bootstrap-ui</artifactId>
|
|
|
- <version>1.9.6</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
- <version>4.1.1</version>
|
|
|
+ <version>4.1.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
- <version>4.1.1</version>
|
|
|
+ <version>4.1.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
- <version>4.1.1</version>
|
|
|
+ <version>4.1.2</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|