[
https://issues.apache.org/jira/browse/TINKERPOP-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15479465#comment-15479465
]
Gabor Szarnyas commented on TINKERPOP-1430:
-------------------------------------------
You're correct -- it turns out it wasn't the grapeConfig.xml that resolved the
issue. What helped is that I had to run the Maven build (mvn clean install
-Drat.skip -DskipTests). As the Maven configuration refers the jitpack.io
repository
(https://github.com/apache/tinkerpop/blob/master/gremlin-groovy/pom.xml#L92),
the jBCrypt dependency was downloaded to my local Maven repository.
Your tip for configuring Grapes helped. I think it would be useful to
cross-reference this section from the Neo4j-Gremlin part of the docs
(https://github.com/apache/tinkerpop/blob/master/docs/src/reference/implementations-neo4j.asciidoc)
as well.
> Cannot install neo4j-gremlin from Gremlin Console
> -------------------------------------------------
>
> Key: TINKERPOP-1430
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1430
> Project: TinkerPop
> Issue Type: Bug
> Components: console
> Reporter: Gabor Szarnyas
> Priority: Minor
>
> The install command cannot resolve jbcrypt as it is only available from
> jitpack.io:
> https://groups.google.com/d/msg/gremlin-users/ZUfKJBWYJp0/0y1OcOzsAgAJ
> gremlin> :install org.apache.tinkerpop neo4j-gremlin 3.2.1
> ==>Error grabbing Grapes -- [unresolved dependency:
> com.github.jeremyh#jBCrypt;jbcrypt-0.4: not found]
> Adding jitpack to the Grape configuration
> (docker/resources/groovy/grapeConfig.xml) resolves this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)