From 880101f3380d1f3e4cca8623010019e0c73199d6 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 06 六月 2022 13:48:14 +0800 Subject: [PATCH] remove 删除无用依赖 --- pom.xml | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index bbfb181..182eae2 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,6 @@ <druid.version>1.2.9</druid.version> <knife4j.version>3.0.3</knife4j.version> <swagger-annotations.version>1.5.22</swagger-annotations.version> - <commons-compress.version>1.21</commons-compress.version> <poi.version>5.2.2</poi.version> <easyexcel.version>3.1.0</easyexcel.version> <velocity.version>2.3</velocity.version> @@ -101,13 +100,6 @@ <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>${swagger-annotations.version}</version> - </dependency> - - <!-- 淇poi婕忔礊 --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - <version>${commons-compress.version}</version> </dependency> <dependency> -- Gitblit v1.9.3