许家凯 2 anni fa
parent
commit
0f730c78bd
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -53,9 +53,17 @@
             <version>2.0.8</version>
             <exclusions>
                 <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-log4j12</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>