|
@@ -29,7 +29,14 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>spring-web</artifactId>
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
+
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
@@ -73,21 +80,6 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.java-websocket</groupId>
|
|
|
- <artifactId>Java-WebSocket</artifactId>
|
|
|
- <version>1.3.8</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
@@ -168,6 +160,13 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <artifactId>spring-web</artifactId>
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
+ <version>5.2.3.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|