Exclude tomcat from web starter 31/75031/1
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 20:56:37 +0000 (15:56 -0500)
committerJames Forsyth <jf2512@att.com>
Thu, 20 Dec 2018 21:05:42 +0000 (21:05 +0000)
Issue-ID: AAI-2037
Change-Id: I2cbd6222845e574c6de1cce7733a52707dca26b9
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1936d9c..83049c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,12 @@ limitations under the License.
       <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.springframework.boot</groupId>