upgraded to spring-data-commons 1.5.RELEASE
This commit is contained in:
@@ -64,7 +64,7 @@ dependencies {
|
||||
testCompile("javax.annotation:jsr250-api:1.0", optional)
|
||||
|
||||
// Spring Data
|
||||
compile "org.springframework.data:spring-data-commons-core:${springDataCommonsVersion}"
|
||||
compile "org.springframework.data:spring-data-commons:${springDataCommonsVersion}"
|
||||
//
|
||||
testCompile "cglib:cglib:${cglibVersion}"
|
||||
testCompile "org.apache.derby:derbyLocale_zh_TW:10.9.1.0"
|
||||
|
||||
@@ -6,7 +6,7 @@ slf4jVersion = 1.6.4
|
||||
|
||||
# Common libraries
|
||||
springVersion = 3.2.1.RELEASE
|
||||
springDataCommonsVersion = 1.5.0.BUILD-SNAPSHOT
|
||||
springDataCommonsVersion = 1.5.0.RELEASE
|
||||
gemfireVersion = 7.0
|
||||
|
||||
# Testing
|
||||
|
||||
Reference in New Issue
Block a user