Add spring-data-neo4j
This commit is contained in:
@@ -18,6 +18,7 @@ ext {
|
||||
sdJpaVersion = "1.3.0.RELEASE"
|
||||
sdMongoVersion = "1.2.0.RELEASE"
|
||||
sdGemfireVersion = "1.3.0.M1"
|
||||
sdNeo4jVersion = "2.2.0.RELEASE"
|
||||
|
||||
// Libraries
|
||||
guavaVersion = "13.0.1"
|
||||
@@ -73,6 +74,7 @@ configure(allprojects) {
|
||||
maven { url "http://repo.springsource.org/libs-milestone" }
|
||||
//maven { url "http://repo.springsource.org/libs-snapshot" }
|
||||
maven { url "http://oss.sonatype.org/content/repositories/releases" }
|
||||
maven { url "http://m2.neo4j.org/releases" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -253,6 +255,7 @@ project("spring-data-rest-example") {
|
||||
// Spring Data
|
||||
compile "org.springframework.data:spring-data-jpa:$sdJpaVersion"
|
||||
compile "org.springframework.data:spring-data-mongodb:$sdMongoVersion"
|
||||
compile "org.springframework.data:spring-data-neo4j:$sdNeo4jVersion"
|
||||
compile("org.springframework.data:spring-data-gemfire:$sdGemfireVersion") {
|
||||
exclude group: "junit", module: "junit"
|
||||
exclude group: "org.jmock"
|
||||
|
||||
Reference in New Issue
Block a user