Browse Source

jar包冲突

wangliang 5 years ago
parent
commit
92dde24621
1 changed files with 6 additions and 0 deletions
  1. 6 0
      stmms-ms-collect/pom.xml

+ 6 - 0
stmms-ms-collect/pom.xml

@@ -34,6 +34,12 @@
             <groupId>net.sf.json-lib</groupId>
             <groupId>net.sf.json-lib</groupId>
             <artifactId>json-lib-ext-spring</artifactId>
             <artifactId>json-lib-ext-spring</artifactId>
             <version>1.0.2</version>
             <version>1.0.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         </dependency>
 
 
     </dependencies>
     </dependencies>