deason před 5 roky
rodič
revize
a63e9618d5
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -89,6 +89,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>