#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

@@ -2,9 +2,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-redis-example-utils</artifactId>
<name>Spring Data Redis - Example utilities</name>
<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-redis-examples</artifactId>
@@ -12,6 +9,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-data-redis-example-utils</artifactId>
<name>Spring Data Redis - Example utilities</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>