You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/09/15 10:35:50 UTC

[25/37] tinkerpop git commit: Added note on Grape configuration for Gremlin-Neo4j dependency resolution

Added note on Grape configuration for Gremlin-Neo4j dependency resolution


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e81f7721
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e81f7721
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e81f7721

Branch: refs/heads/TINKERPOP-1280
Commit: e81f7721a29e8c2891924289463e7e942420627a
Parents: 0b11fb1
Author: Gabor Szarnyas <sz...@gmail.com>
Authored: Tue Sep 13 14:59:48 2016 +0200
Committer: Gabor Szarnyas <sz...@gmail.com>
Committed: Tue Sep 13 15:41:20 2016 +0200

----------------------------------------------------------------------
 docs/src/reference/implementations-neo4j.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e81f7721/docs/src/reference/implementations-neo4j.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-neo4j.asciidoc b/docs/src/reference/implementations-neo4j.asciidoc
index 8c63925..902295f 100644
--- a/docs/src/reference/implementations-neo4j.asciidoc
+++ b/docs/src/reference/implementations-neo4j.asciidoc
@@ -42,6 +42,8 @@ because it only references the Apache2-licensed Neo4j API (not its implementatio
 binaries. To access the binaries, use the `:install` command to download binaries from
 link:http://search.maven.org/[Maven Central Repository].
 
+TIP: For configuring Grape, the dependency resolver of Groovy, please refer to the <<gremlin-applications,Gremlin Applications>> section.
+
 [source,groovy]
 ----
 gremlin> :install org.apache.tinkerpop neo4j-gremlin x.y.z
@@ -329,4 +331,3 @@ a cluster handled by two Gremlin Servers or Neo4j Enterprise. The only limits as
 utilized are prescribed by Neo4j itself. Please refer to their
 link:http://neo4j.com/docs/operations-manual/current/#ha-setup-tutorial[documentation] for more information on how
 this feature works.
-