DATAREST-93 - Quite a lot of refactoring.

Integrated pagination resolving and closer integration of Spring Data Commons configuration.
This commit is contained in:
Oliver Gierke
2013-06-14 19:53:54 +02:00
parent a1c04a4db8
commit db2bbfca0e
73 changed files with 3168 additions and 1820 deletions

View File

@@ -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 {