Explorar o código

ai fix load fail

hushuyu hai 4 meses
pai
achega
8504ca18d2
Modificáronse 1 ficheiros con 4 adicións e 6 borrados
  1. 4 6
      web/pom.xml

+ 4 - 6
web/pom.xml

@@ -44,12 +44,10 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework.boot</groupId>
-                    <artifactId>spring-boot-starter-logging</artifactId>
-                </exclusion>
-            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-logging</artifactId>
         </dependency>
         <dependency>
             <groupId>io.springfox</groupId>