|
@@ -31,18 +31,35 @@
|
|
|
<spring-context.version>5.3.24</spring-context.version>
|
|
|
<spring-beans.version>5.3.24</spring-beans.version>
|
|
|
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
|
|
|
- <spring-data-redis.version>2.7.3</spring-data-redis.version>
|
|
|
+ <spring-redis.version>2.7.3</spring-redis.version>
|
|
|
<knife4j.version>4.1.0</knife4j.version>
|
|
|
<easypoi.version>4.4.0</easypoi.version>
|
|
|
+ <poi.version>5.0.0</poi.version>
|
|
|
<pagehelper.starter.version>1.3.1</pagehelper.starter.version>
|
|
|
<pagehelper.version>5.2.1</pagehelper.version>
|
|
|
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
|
|
|
<captcha.version>1.3.0</captcha.version>
|
|
|
<xerces.version>2.9.1</xerces.version>
|
|
|
<security.version>5.7.5</security.version>
|
|
|
+ <javax.annotation.version>1.3.2</javax.annotation.version>
|
|
|
</properties>
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.annotation</groupId>
|
|
|
+ <artifactId>javax.annotation-api</artifactId>
|
|
|
+ <version>${javax.annotation.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
+ <version>${poi.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
+ <version>${poi.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
@@ -60,7 +77,17 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>cn.afterturn</groupId>
|
|
|
- <artifactId>easypoi-spring-boot-starter</artifactId>
|
|
|
+ <artifactId>easypoi-wps</artifactId>
|
|
|
+ <version>${easypoi.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.afterturn</groupId>
|
|
|
+ <artifactId>easypoi-annotation</artifactId>
|
|
|
+ <version>${easypoi.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.afterturn</groupId>
|
|
|
+ <artifactId>easypoi-base</artifactId>
|
|
|
<version>${easypoi.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -81,7 +108,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
- <version>${spring-data-redis.version}</version>
|
|
|
+ <version>${spring-redis.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.auth0</groupId>
|