#155 - Upgraded to Spring Boot 1.4 M1.

Switched to renamed Redis starter POM.

Removed invalid @Transactional annotation from projections example in MongoDB.

Added Mark Paluch as contributor in the root POM.
This commit is contained in:
Oliver Gierke
2016-02-27 12:30:31 +01:00
parent bb833a27b6
commit 99d1597756
7 changed files with 16 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>