aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r--champ-service/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 6d796f8..c571868 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -92,6 +92,12 @@ limitations under the License.
<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>