Quellcode durchsuchen

fix 修复 tlog 依赖漏洞

疯狂的狮子Li vor 3 Jahren
Ursprung
Commit
9689efedc4
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14 0
      pom.xml

+ 14 - 0
pom.xml

@@ -226,6 +226,20 @@
                 <groupId>com.yomahub</groupId>
                 <artifactId>tlog-web-spring-boot-starter</artifactId>
                 <version>${tlog.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <artifactId>log4j</artifactId>
+                        <groupId>log4j</groupId>
+                    </exclusion>
+                    <exclusion>
+                        <artifactId>dom4j</artifactId>
+                        <groupId>dom4j</groupId>
+                    </exclusion>
+                    <exclusion>
+                        <artifactId>commons-beanutils</artifactId>
+                        <groupId>commons-beanutils</groupId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>