deason 5 年之前
父節點
當前提交
587bb667f3
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      examcloud-core-print-starter/pom.xml

+ 8 - 0
examcloud-core-print-starter/pom.xml

@@ -23,14 +23,22 @@
                 </exclusion>
             </exclusions>
         </dependency>
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-log4j2</artifactId>
         </dependency>
+
         <dependency>
             <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>