diff --git a/easyexcel-test/pom.xml b/easyexcel-test/pom.xml index 4a752ebc..57e58def 100644 --- a/easyexcel-test/pom.xml +++ b/easyexcel-test/pom.xml @@ -18,7 +18,43 @@ com.alibaba easyexcel-core + test + + + ch.qos.logback + logback-classic + test + + + com.alibaba + fastjson + test + + + org.springframework.boot + spring-boot-starter-web + test + + + junit + junit + test + + + + org.apache.maven.plugins + maven-surefire-plugin + + + com/alibaba/easyexcel/test/core/**/*.java + + true + + + + + diff --git a/pom.xml b/pom.xml index da5b443b..ca9a601c 100644 --- a/pom.xml +++ b/pom.xml @@ -166,28 +166,6 @@ lombok provided - - - - ch.qos.logback - logback-classic - test - - - com.alibaba - fastjson - test - - - org.springframework.boot - spring-boot-starter-web - test - - - junit - junit - test - @@ -349,17 +327,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - com/alibaba/easyexcel/test/core/**/*.java - - true - - - org.apache.maven.plugins maven-shade-plugin