From 263448faa25c7e51c3263503a6fe2890040f8485 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期三, 01 六月 2022 13:03:33 +0800
Subject: [PATCH] remove 移除不需要的依赖

---
 pom.xml              |   27 ---------------------------
 ruoyi-common/pom.xml |   12 ------------
 2 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/pom.xml b/pom.xml
index 77bbdb6..de2cd90 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>
-        <poi.version>4.1.2</poi.version>
         <commons-compress.version>1.21</commons-compress.version>
         <easyexcel.version>3.1.0</easyexcel.version>
         <velocity.version>2.3</velocity.version>
@@ -39,8 +38,6 @@
         <tlog.version>1.4.0</tlog.version>
         <xxl-job.version>2.3.1</xxl-job.version>
 
-        <!-- jdk11 缂哄け渚濊禆 jaxb-->
-        <jaxb.version>3.0.1</jaxb.version>
         <!-- 缁熶竴 guava 鐗堟湰 瑙e喅闅愬紡婕忔礊闂 -->
         <guava.version>30.0-jre</guava.version>
 
@@ -105,13 +102,6 @@
                 <version>${swagger-annotations.version}</version>
             </dependency>
 
-            <!-- excel宸ュ叿 -->
-            <dependency>
-                <groupId>org.apache.poi</groupId>
-                <artifactId>poi-ooxml</artifactId>
-                <version>${poi.version}</version>
-            </dependency>
-
             <!-- 淇poi婕忔礊 -->
             <dependency>
                 <groupId>org.apache.commons</groupId>
@@ -123,16 +113,6 @@
                 <groupId>com.alibaba</groupId>
                 <artifactId>easyexcel</artifactId>
                 <version>${easyexcel.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.poi</groupId>
-                        <artifactId>poi</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.poi</groupId>
-                        <artifactId>poi-ooxml-schemas</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
 
             <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
@@ -153,13 +133,6 @@
                 <groupId>cn.dev33</groupId>
                 <artifactId>sa-token-jwt</artifactId>
                 <version>${satoken.version}</version>
-            </dependency>
-
-            <!-- jdk11 缂哄け渚濊禆 jaxb-->
-            <dependency>
-                <groupId>com.sun.xml.bind</groupId>
-                <artifactId>jaxb-impl</artifactId>
-                <version>${jaxb.version}</version>
             </dependency>
 
             <!-- dynamic-datasource 澶氭暟鎹簮-->
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 7f0e384..d89f454 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -58,12 +58,6 @@
             <artifactId>jackson-databind</artifactId>
         </dependency>
 
-        <!-- excel宸ュ叿 -->
-        <dependency>
-            <groupId>org.apache.poi</groupId>
-            <artifactId>poi-ooxml</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>easyexcel</artifactId>
@@ -73,12 +67,6 @@
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-        </dependency>
-
-        <!-- jdk11 缂哄け渚濊禆 jaxb-->
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
         </dependency>
 
         <!-- servlet鍖� -->

--
Gitblit v1.9.3