After a bit more research, seems the Spring Data Release Train "Hopper-SR1" 
<https://spring.io/blog/2016/04/07/spring-data-release-train-hopper-goes-ga-and-sr1>
 
is the way to get everything playing nicely together, including Spring Data 
Neo4j 4.1 + OGM + Commons, etc.

If only it were that easy. ;-)
Maven 3.3.3 complains about the "import" scope for the dependency from 
http://projects.spring.io/spring-data/, and then can't find many symbols 
from the various spring-data libraries. 


    <dependency>
            <groupId>org.springframework.data</groupId>
            <artifactId>spring-data-releasetrain</artifactId>
            <version>Hopper-SR1</version>
            <type>pom</type>
            <scope>import</scope> <--- maven 3.3.3 complains that this scope 
does not exist
        </dependency>




-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to