Exclude tomcat from web starter 25/75025/2 casablanca 1.3.2 3.0.1-ONAP
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 20:18:47 +0000 (15:18 -0500)
committerTian Lee <TianL@amdocs.com>
Fri, 21 Dec 2018 11:21:23 +0000 (11:21 +0000)
Issue-ID: AAI-2035
Change-Id: I19e326fefcfb60fff707dfb807fa91938efa3710
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index cdd492e..bb6a35c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </distributionManagement>
 
        <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>