Re: [Neo4j] What are the mandatory dependencies for spring data neo4j 4.0.0:RELEASE accessing a neo4j-2.3.0 remote database?

2015-12-07 Thread Stefan Sevelda
Thanks Michael for the quick answer. You were right basically I only needed neo4j-ogm for all the annotations in the domain/model of the nodes and relationships, spn4 and some http specific libs like httpcore-4.3.3 and httpcore-4.3.6. I guess thats one of the main issues with dependency tools,

Re: [Neo4j] What are the mandatory dependencies for spring data neo4j 4.0.0:RELEASE accessing a neo4j-2.3.0 remote database?

2015-11-23 Thread Michael Hunger
Can you share your pom.xml ? neo4j-ogm and SDN 4 should not pull in Neo4j at all. As they only work via http, it feels as if the test-dependencies are configured here as normal dependencies Could you try to add a dependency on org.neo4j:neo4j-ogm:1.1.4-SNAPSHOT It contains a number of fix

[Neo4j] What are the mandatory dependencies for spring data neo4j 4.0.0:RELEASE accessing a neo4j-2.3.0 remote database?

2015-11-23 Thread Stefan Sevelda
Hi, At the moment spring data neo4j 4.0.0 fetches 61 dependent jars \- org.springframework.data:spring-data-neo4j:jar:4.0.0.RELEASE:compile +- org.neo4j:neo4j-ogm:jar:1.1.2:compile | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile | | +- com.fasterxml.jackson.co