Exclude tomcat from web starter
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e9ed010..2f45b7e 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>