瀏覽代碼

代码漏洞修复

gaoxiong 1 年之前
父節點
當前提交
5c6cbd6d11
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      soc-auth/pom.xml

+ 6 - 2
soc-auth/pom.xml

@@ -60,9 +60,13 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j</artifactId>
+            <artifactId>log4j-core</artifactId>
+            <version>2.20.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
             <version>2.20.0</version>
-            <type>pom</type>
         </dependency>
         <dependency>
             <groupId>com.thoughtworks.xstream</groupId>