瀏覽代碼

update 排除 websocket包内包含的tomcat依赖

疯狂的狮子Li 6 月之前
父節點
當前提交
d3b5220dc3
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      ruoyi-common/ruoyi-common-websocket/pom.xml

+ 6 - 0
ruoyi-common/ruoyi-common-websocket/pom.xml

@@ -35,6 +35,12 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-websocket</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-tomcat</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 </project>