aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-02-22 02:13:52 +0300
committerGravatar Vitaly Takmazov2023-02-22 02:14:43 +0300
commit64e6b703b7fa50a31dc0b73ec85230aa99c77bd5 (patch)
tree446d846a320d6d163d3f40034f77596bf45b6f00 /pom.xml
parent065ae70dcd80463059e40cf1d60133ac260144ca (diff)
Switch to Tomcat and omit its exceptions from logs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index aa48b4db..16e4cc2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,12 +35,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-tomcat</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -72,16 +66,6 @@
<artifactId>spring-boot-starter-json</artifactId>
</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>
- </dependency>
- <dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>