diff options
Diffstat (limited to 'sidecar/fproxy')
-rw-r--r-- | sidecar/fproxy/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index eb6223c..2608254 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -65,6 +65,12 @@ <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> |