Browse Source

启动报错

wudingsheng 5 ngày trước cách đây
mục cha
commit
f57965b468
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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>