sangwenwei 1 vuosi sitten
vanhempi
commit
cc4ba96a3e
1 muutettua tiedostoa jossa 18 lisäystä ja 0 poistoa
  1. 18 0
      jeeplus-modules/jeeplus-system/pom.xml

+ 18 - 0
jeeplus-modules/jeeplus-system/pom.xml

@@ -130,6 +130,24 @@
             <artifactId>easypoi-spring-boot-starter</artifactId>
             <version>${easypoi-spring-boot-starter.version}</version>
         </dependency>
+
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.17</version>
+        </dependency>
+
+        <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>1.6</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
 
     <build>