Add provided scope for tomcat

This commit is contained in:
Dave Syer 2013-11-25 17:22:14 +00:00
parent a9e4400f82
commit aed0e0f217
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>