summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2019-01-07 18:32:34 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-07 18:32:34 +0000
commit635f319a72fb16ad7d38ec59d558be667b02ab72 (patch)
treed2f1bfd23152dad821f04db0af0c8f8ac7266d0d
parentc919bbafb8163529c56588f06caee60d1d87356f (diff)
parentf3b1077406fa3ca8b0d288c7ae19ae37d850cfcc (diff)
Merge "Exclude tomcat from web starter"
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e9ed010..2f45b7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,17 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-jetty</artifactId>
+ </dependency>
+ <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.onap.aai</groupId>