Browse Source

修复slf4j循环依赖

Menethil 7 years ago
parent
commit
2f253ccee8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      litemall-os-api/pom.xml

+ 6 - 0
litemall-os-api/pom.xml

@@ -26,6 +26,12 @@
             <groupId>com.qcloud</groupId>
             <artifactId>cos_api</artifactId>
             <version>5.4.4</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>slf4j-log4j12</artifactId>
+                    <groupId>org.slf4j</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>