diff options
author | jimmy <jf2512@att.com> | 2018-12-20 11:39:54 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-20 11:42:27 -0500 |
commit | 30794263ea7e505383d2f3c138dc173092519b6e (patch) | |
tree | 93ca99693064fa4735c8fcd714baae549efacd33 | |
parent | dd4b9bba96268900ce529030eeb3cf8b069ec198 (diff) |
Exclude tomcat from springboot starter
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> |