Browse Source

启动报错

wudingsheng 5 days ago
parent
commit
f57965b468
1 changed files with 6 additions and 0 deletions
  1. 6 0
      imcs-admin-boot/imcs-business-controller/pom.xml

+ 6 - 0
imcs-admin-boot/imcs-business-controller/pom.xml

@@ -103,6 +103,12 @@
             <groupId>jcifs</groupId>
             <artifactId>jcifs</artifactId>
             <version>1.3.17</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
     </dependencies>