|
|
@ -166,28 +166,6 @@ |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<scope>provided</scope> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--test--> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
|
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
|
|
|
|
<artifactId>fastjson</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -349,17 +327,6 @@ |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>com/alibaba/easyexcel/test/core/**/*.java</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
<testFailureIgnore>true</testFailureIgnore> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|