Not familiar with this particular project, but I have worked with Maven in the past. I notice that the 1.9-SNAPSHOT version of neo4j is no longer available. Try this: in the root of the source tree, find the file pom.xml. Change the following line:
<neo4j.version>1.9-SNAPSHOT</neo4j.version>
to this:
<neo4j.version>1.9</neo4j.version>
And run "mvn install" again. Hopefully there won't be any compatibility issues between the snapshots and release of version 1.9.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…