diff options
-rw-r--r-- | aai-resources/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 1b387c6..652ec7d 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -714,6 +714,12 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> + <exclusions> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>io.netty</groupId> |