diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml
index 5d04e0c3b4..72e17250db 100644
--- a/spring-data-neo4j/pom.xml
+++ b/spring-data-neo4j/pom.xml
@@ -10,7 +10,7 @@
UTF-8
4.2.5.RELEASE
- 4.1.1.RELEASE
+ 4.0.0.RELEASE
0.8.0
@@ -18,19 +18,7 @@
org.springframework.data
spring-data-neo4j
- ${spring-data-neo4j}
-
-
-
- cglib
- cglib-nodep
- 2.2
-
-
-
- log4j
- log4j
- 1.2.16
+ ${spring-data-neo4j.version}
@@ -45,24 +33,29 @@
${spring.version}
+
+ com.voodoodyne.jackson.jsog
+ jackson-jsog
+ 1.1
+ compile
+
+
+
+ log4j
+ log4j
+ 1.2.16
+
+
junit
junit
4.12
- test
org.springframework
spring-test
${spring.version}
- test
-
-
-
- com.lordofthejars
- nosqlunit-redis
- ${nosqlunit.version}