diff options
-rw-r--r-- | pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -72,13 +72,7 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-undertow</artifactId> - <exclusions> - <exclusion> - <groupId>io.undertow</groupId> - <artifactId>undertow-websockets-jsr</artifactId> - </exclusion> - </exclusions> + <artifactId>spring-boot-starter-jetty</artifactId> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> |