From c68de9f53cc5127b6a02321d47be82a7cf5e8caa Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Fri, 6 May 2022 20:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=90=E8=A1=8C=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easyexcel-test/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ pom.xml | 33 --------------------------------- 2 files changed, 36 insertions(+), 33 deletions(-) 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