Procházet zdrojové kódy

exclusions spring-boot-starter-logging

deason před 6 roky
rodič
revize
8cce6fb798

+ 6 - 0
examcloud-core-print-common/pom.xml

@@ -66,6 +66,12 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-configuration-processor</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.upyun</groupId>

+ 2 - 2
examcloud-core-print-starter/pom.xml

@@ -23,8 +23,8 @@
             <scope>test</scope>
             <exclusions>
                 <exclusion>
-                    <groupId>org.ow2.asm</groupId>
-                    <artifactId>asm</artifactId>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>