Moved to Tomcat 8.0.9 for REST based samples.

This commit is contained in:
Oliver Gierke
2014-07-10 21:38:08 +02:00
parent 67ab7716dc
commit edfb9a25d9
2 changed files with 11 additions and 9 deletions

View File

@@ -18,4 +18,15 @@
<module>starbucks</module>
</modules>
<properties>
<tomcat.version>8.0.9</tomcat.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -12,17 +12,8 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
<tomcat.version>8.0.9</tomcat.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>