Hi all, when I include the artifact org.neo4j:neo4j in the project, several other dependencies get added twice with different versions.
This seems caused by the following dependencies: neo4j-cypher-compiler-1.9 and neo4j-cypher-compiler-2.0. For example I have: org.neo4j:neo4j-lucene-index:2.0.3 and 2.1.5 net.sf.opencsv:opencsv:2.3 and 2.0 org.scala-lang:scala-library 2.10.4 and 2.10.3 and so on ... Wouldn't be possible to uniform the dependencies and select just one version or at least make the cypher compiler libraries optional? On exception at start up is thrown if I remove them. Thanks, Davide -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
