diff options
author | Vitaly Takmazov | 2023-02-22 02:13:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-02-22 02:14:43 +0300 |
commit | 64e6b703b7fa50a31dc0b73ec85230aa99c77bd5 (patch) | |
tree | 446d846a320d6d163d3f40034f77596bf45b6f00 /pom.xml | |
parent | 065ae70dcd80463059e40cf1d60133ac260144ca (diff) |
Switch to Tomcat and omit its exceptions from logs
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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> |