summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-20 11:39:54 -0500
committerjimmy <jf2512@att.com>2018-12-20 11:42:27 -0500
commit30794263ea7e505383d2f3c138dc173092519b6e (patch)
tree93ca99693064fa4735c8fcd714baae549efacd33
parentdd4b9bba96268900ce529030eeb3cf8b069ec198 (diff)
Exclude tomcat from springboot starter
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 eb96ec9..48382dc 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>