
Originally Posted by
djagu_26
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
The solution was add to my pom.xml:
Code:
<repository>
<id>neo4j-public-repository</id>
<url>http://m2.neo4j.org/</url>
<name>Publicly available Maven 2 repository for Neo4j</name>
</repository>