LAPTOP-FO2T5SIU\35838 4 ヶ月 前
コミット
26b1b79852
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -87,6 +87,13 @@
                 <groupId>com.rockstar.anticontrol</groupId>
                 <artifactId>rock-system</artifactId>
                 <version>${rock.star.system}</version>
+                <exclusions>
+                    <!--排除easyexcel依赖-->
+                    <exclusion>
+                        <groupId>com.alibaba</groupId>
+                        <artifactId>easyexcel</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>