|
|
|
@@ -3,7 +3,7 @@ |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>cn.afterturn</groupId> |
|
|
|
<artifactId>easypoi-spring-boot-starter</artifactId> |
|
|
|
<version>3.3.0</version> |
|
|
|
<version>4.0.0-SNAPSHOT</version> |
|
|
|
<packaging>jar</packaging> |
|
|
|
<name>easypoi-spring-boot-starter</name> |
|
|
|
|
|
|
|
@@ -33,23 +33,13 @@ |
|
|
|
</developers> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<spring-boot.version>1.5.3.RELEASE</spring-boot.version> |
|
|
|
<spring-boot.version>2.0.2.RELEASE</spring-boot.version> |
|
|
|
</properties> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.afterturn</groupId> |
|
|
|
<artifactId>easypoi-web</artifactId> |
|
|
|
<version>3.3.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-scratchpad</artifactId> |
|
|
|
<version>3.15</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>ooxml-schemas</artifactId> |
|
|
|
<version>1.3</version> |
|
|
|
<version>4.0.0-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
<!-- Compile dependencies --> |
|
|
|
<dependency> |
|
|
|
|