Forráskód Böngészése

exclusions spring-boot-starter-logging

deason 6 éve
szülő
commit
f5e050761d
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -142,6 +142,12 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>