I am working to find out noderanks from a neo4j database. For the same I am trying to use Graph processing algorithm by @maxdemarzi which has been explained in the link https://github.com/maxdemarzi/graph_processing . The version of neo4j which I am using is 3.0. When I am trying to do mvn clean package, the command throws the following error : [ERROR] Failed to execute goal on project graph-processing: Could not resolve dependencies for project com.maxdemarzi:graph-processing:jar:2.3-SNAPSHOT: The following artifacts could not be resolved: org.neo4j:neo4j-kernel:jar:2.3-SNAPSHOT, org.neo4j:neo4j-kernel:jar:tests:2.3-SNAPSHOT: Could not find artifact org.neo4j:neo4j-kernel:jar:2.3-SNAPSHOT in neo4j (http://m2.neo4j.org/content/repositories/snapshots) -> [Help 1].
I did change neo4j version to 3.0 in pom.xml but the error is still the same. Kindly suggest a way to get rid of this error