tianboguang преди 2 години
родител
ревизия
6088a83856
променени са 1 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -176,6 +176,18 @@
       <version>1.5.0</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-to-slf4j</artifactId>
+      <version>2.17.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>2.17.0</version>
+    </dependency>
+
   </dependencies>
   <build>
     <plugins>