neo4j-contrib / neo4j-tinkerpop-api-impl

Implementation of Apache Licensed Neo4j API for Tinkerpop3
Other
24 stars 16 forks source link

Installation error #10

Open mozark24 opened 6 years ago

mozark24 commented 6 years ago

I receive an installation error on step 3 of the build procedure: git clone https://github.com/jexp/incubator-tinkerpop cd incubator-tinkerpop/neo4j-gremlin mvn clean install

Maven error: [ERROR] Failed to execute goal on project neo4j-gremlin: Could not resolve dependencies for project org.apache.tinkerpop:neo4j-gremlin:jar:3.3.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.tinkerpop:gremlin-core:jar:3.3.0-SNAPSHOT, org.apache.tinkerpop:gremlin-test:jar:3.3.0-SNAPSHOT, org.neo4j:neo4j-tinkerpop-api-impl:jar:0.7-3.2.2-SNAPSHOT: Failure to find org.apache.tinkerpop:gremlin-core:jar:3.3.0-SNAPSHOT in https://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]

Maven install (with/without enforcer) produce the same error.

jexp commented 6 years ago

You don't have to build it, it's on maven central.

jexp commented 6 years ago

Otherwise the dependency should be changed to a non-snapshot depenceny of gremlin

jexp commented 6 years ago

Oh sorry, you're cloning the wrong repository, you have to clone the original one:

https://github.com/apache/tinkerpop

mozark24 commented 6 years ago

I see, thanks. I'll give it a try (Dont forget to update your front-facing readme build procedure #3). I'm trying to get Joern to work.