diff options
author | jimmy <jf2512@att.com> | 2018-12-20 11:39:54 -0500 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-12-20 16:43:01 +0000 |
commit | b3aac4871be7fc59dc67a655a9aea97d5c963b3b (patch) | |
tree | f66bcd9291f72c6aaab2aae3fb807e9ed6e6e1c6 | |
parent | d97b43696ec1fac33e43f3b2405b5cd240847aa8 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |