瀏覽代碼

fix 修改pom.xml文件,去掉对log4j的引用

DYH2020 1 年之前
父節點
當前提交
96e60e8989
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -50,6 +50,10 @@
                     <groupId>org.springframework.boot</groupId>
                     <artifactId>spring-boot-starter-tomcat</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>log4j-to-slf4j</artifactId>
+                    <groupId>org.apache.logging.log4j</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>