I've added the dependency to my pom.xml but this generated an error:

Missing artifact org.neo4j:neo4j-cypher-dsl:jar:1.9.M04

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>

Anyone have this problem too?

Thanks

Agustin