Kaynağa Gözat

ai fix load fail

hushuyu 4 ay önce
ebeveyn
işleme
8504ca18d2
1 değiştirilmiş dosya ile 4 ekleme ve 6 silme
  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>