Hi After I run the example from http://docs.neo4j.org/chunked/snapshot/cypher-query-lang.html I got this error. java.lang.NoSuchMethodError: org.neo4j.graphmatching.AbstractPatternObject.getLabel()Ljava/lang/String;
Am I missing something here? Thanks :) I also have this included in my pom.xml I'm not sure if this is outdated or not? <dependency> <groupId>org.neo4j.graphmatching</groupId> <artifactId>neo4j-graphmatching</artifactId> <version>1.0</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/neo4j-graph-matching.jar</systemPath> </dependency> -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Re-Neo4j-Is-Neo4j-s-New-Cypher-Query-Language-Related-to-Gremlin-tp3050976p3063096.html Sent from the Neo4J User List mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user