SEC-2676: Update to Spring Data Evans RC1

This commit is contained in:
Rob Winch 2014-08-15 16:50:01 -05:00
parent 3f30529039
commit 6321665353
5 changed files with 6 additions and 6 deletions

View File

@ -375,7 +375,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.7.0.M1</version>
<version>1.7.0.RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>

View File

@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.9.0.M1</version>
<version>1.9.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -28,8 +28,8 @@ ext.groovyVersion = '2.0.5'
ext.spockVersion = '0.7-groovy-2.0'
ext.gebVersion = '0.9.0'
ext.thymeleafVersion = '2.1.3.RELEASE'
ext.springDataJpaVersion = '1.7.0.M1'
ext.springDataCommonsVersion = '1.9.0.M1'
ext.springDataJpaVersion = '1.7.0.RC1'
ext.springDataCommonsVersion = '1.9.0.RC1'
ext.spockDependencies = [
dependencies.create("org.spockframework:spock-spring:$spockVersion") {

View File

@ -82,7 +82,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.7.0.M1</version>
<version>1.7.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.7.0.M1</version>
<version>1.7.0.RC1</version>
<scope>compile</scope>
<exclusions>
<exclusion>