|
@@ -19,16 +19,12 @@
|
|
|
<artifactId>hsweb-web-bean</artifactId>
|
|
|
<version>${parent.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
<version>${spring.boot.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
- <version>${spring.boot.version}</version>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|