Change trad sample to use tomcat starter

This commit is contained in:
Dave Syer 2013-07-17 15:40:48 +01:00
parent 50109d4ace
commit e8dfb7368f
1 changed files with 3 additions and 8 deletions

View File

@ -25,14 +25,9 @@
</dependency> </dependency>
<!-- Provided (for embedded war support) --> <!-- Provided (for embedded war support) -->
<dependency> <dependency>
<groupId>org.apache.tomcat.embed</groupId> <groupId>${project.groupId}</groupId>
<artifactId>tomcat-embed-core</artifactId> <artifactId>spring-starter-tomcat</artifactId>
<scope>provided</scope> <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-logging-juli</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.tomcat.embed</groupId> <groupId>org.apache.tomcat.embed</groupId>