Browse Source

remove 删除无用依赖

疯狂的狮子li 2 years ago
parent
commit
880101f338
1 changed files with 0 additions and 8 deletions
  1. 0 8
      pom.xml

+ 0 - 8
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>
@@ -103,13 +102,6 @@
                 <version>${swagger-annotations.version}</version>
             </dependency>
 
-            <!-- 修复poi漏洞 -->
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-compress</artifactId>
-                <version>${commons-compress.version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.apache.poi</groupId>
                 <artifactId>poi</artifactId>