mpollmeier / gremlin-scala-examples

Examples for different graph dbs
Apache License 2.0
67 stars 34 forks source link

Any fixes for conflicting cross version problem on parboiled-scala? #1

Closed pavlosgi closed 9 years ago

pavlosgi commented 9 years ago

java.lang.RuntimeException: Conflicting cross-version suffixes in: org.parboiled:parboiled-scala

mpollmeier commented 9 years ago

I am guessing you are trying to run the neo4j example with scala 2.11? Unfortunately neo4j depends on scala 2.10 (even in their latest version https://repo1.maven.org/maven2/org/neo4j/neo4j-cypher-compiler-2.1/2.1.5/neo4j-cypher-compiler-2.1-2.1.5.pom), so I don't think we can do much.

For now you have to use Scala 2.10 or use a different graph db. I'm planning to provide examples for orientdb and titan.

mpollmeier commented 9 years ago

duplicate issue, closing this one see https://github.com/mpollmeier/gremlin-scala-examples/issues/4 for updates

mpollmeier commented 9 years ago

tp3 3.0.0-incubating was released yesterday. I just released gremlin-scala 3.0.0 and updated the neo4j project - it now works with scala 2.11!