Browse Source

Add provided scope for tomcat

pull/138/head
Dave Syer 12 years ago
parent
commit
aed0e0f217
  1. 1
      spring-boot-samples/spring-boot-sample-traditional/pom.xml

1
spring-boot-samples/spring-boot-sample-traditional/pom.xml

@ -27,6 +27,7 @@ @@ -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>

Loading…
Cancel
Save