diff options
author | Steven Blimkie <Steven.Blimkie@amdocs.com> | 2018-12-21 14:16:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-21 14:16:55 +0000 |
commit | 13e213c19b64f1cda55d85c37dd251ffe9166a63 (patch) | |
tree | 8d9b051cf2bffd88abaff796481d399c41badf85 | |
parent | 748e0d7d368936966607ea6a35fe99c93641e242 (diff) | |
parent | 30794263ea7e505383d2f3c138dc173092519b6e (diff) |
Merge "Exclude tomcat from springboot starter"
-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> |