|
|
@@ -31,11 +31,6 @@
|
|
|
</dependencyManagement>
|
|
|
|
|
|
<dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.reghao.jutil</groupId>
|
|
|
- <artifactId>jdk</artifactId>
|
|
|
- <version>jdk17-SNAPSHOT</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>cn.reghao.bnt</groupId>
|
|
|
<artifactId>common</artifactId>
|
|
|
@@ -53,12 +48,12 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|