summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-20 11:39:54 -0500
committerJames Forsyth <jf2512@att.com>2018-12-20 16:43:01 +0000
commitb3aac4871be7fc59dc67a655a9aea97d5c963b3b (patch)
treef66bcd9291f72c6aaab2aae3fb807e9ed6e6e1c6
parentd97b43696ec1fac33e43f3b2405b5cd240847aa8 (diff)
Exclude tomcat from springboot starter3.0.1-ONAP1.3.2casablanca
Change-Id: I6f34556c8c9b45e03bb5661b01da4ab33ed313d2 Issue-ID: AAI-2031 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a7a2283..0bde58a 100644
--- 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>