Exclude tomcat from springboot starter 08/75008/1
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 16:39:54 +0000 (11:39 -0500)
committerjimmy <jf2512@att.com>
Thu, 20 Dec 2018 16:42:27 +0000 (11:42 -0500)
Change-Id: I6f34556c8c9b45e03bb5661b01da4ab33ed313d2
Issue-ID: AAI-2031
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index eb96ec9..48382dc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,10 @@ limitations under the License.
           <artifactId>logback-classic</artifactId>
           <groupId>ch.qos.logback</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>org.springframework.boot</groupId>
+          <artifactId>spring-boot-starter-tomcat</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>