Include spring-boot-starter-websocket dependency

pull/559/head
pabloFuente 2020-11-11 13:36:40 +01:00
parent fc2b26ce83
commit 958813a322
1 changed files with 9 additions and 0 deletions

View File

@ -187,6 +187,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@ -258,6 +262,11 @@
<artifactId>spring-boot-starter-logging</artifactId>
<version>${version.spring-boot}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<version>${version.spring-boot}</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>