summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Blimkie <Steven.Blimkie@amdocs.com>2018-12-21 14:16:55 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-21 14:16:55 +0000
commit13e213c19b64f1cda55d85c37dd251ffe9166a63 (patch)
tree8d9b051cf2bffd88abaff796481d399c41badf85
parent748e0d7d368936966607ea6a35fe99c93641e242 (diff)
parent30794263ea7e505383d2f3c138dc173092519b6e (diff)
Merge "Exclude tomcat from springboot starter"
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e9eaa93..8fceee0 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>