Add Neo4j support

See gh-5458
This commit is contained in:
Michael Hunger
2015-09-02 08:57:37 +02:00
committed by Stephane Nicoll
parent a413acee8b
commit 0658cc8aee
33 changed files with 1565 additions and 2 deletions

View File

@@ -488,6 +488,11 @@
<artifactId>spring-data-mongodb</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>