aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-11-24 01:34:21 +0300
committerGravatar Vitaly Takmazov2023-11-24 01:34:21 +0300
commit7e52c9e6e16bb53f375cdb0496a6200525e815dd (patch)
tree3c64d8a72248b9d23513ba24fded6b92de135552 /pom.xml
parent82fd837fbdc61b71872d448ac065bb88755b52bc (diff)
Undertow -> Jetty
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 99383591..9a7193c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>