Switch jetty & tomcat samples to use starter POMs

This commit is contained in:
Phillip Webb
2013-07-18 17:03:11 -07:00
parent 1eca022073
commit a885afb818
2 changed files with 6 additions and 19 deletions

View File

@@ -19,12 +19,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-logging-juli</artifactId>
<groupId>${project.groupId}</groupId>
<artifactId>spring-starter-tomcat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>