DATAREST-93 - Quite a lot of refactoring.
Integrated pagination resolving and closer integration of Spring Data Commons configuration.
This commit is contained in:
@@ -10,7 +10,7 @@ ext {
|
||||
|
||||
// Spring
|
||||
springVersion = "3.2.3.RELEASE"
|
||||
hateoasVersion = "0.6.0.RELEASE"
|
||||
hateoasVersion = "0.7.0.BUILD-SNAPSHOT"
|
||||
springPluginVersion = "0.8.0.RELEASE"
|
||||
springSecurityVersion = "3.1.3.RELEASE"
|
||||
sdCommonsVersion = "1.6.0.BUILD-SNAPSHOT"
|
||||
@@ -67,11 +67,11 @@ configure(allprojects) {
|
||||
sourceSets.test.resources.srcDirs = ["src/test/resources", "src/test/java"]
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "http://oss.sonatype.org/content/repositories/releases" }
|
||||
maven { url "http://m2.neo4j.org/releases" }
|
||||
mavenLocal()
|
||||
maven { url "http://repo.springsource.org/libs-snapshot" }
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user