You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/09/11 19:01:12 UTC

incubator-tinkerpop git commit: fixed a Snappy Java dependency issue in Spark.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 275b01001 -> 2aefc46bb


fixed a Snappy Java dependency issue in Spark.


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

Branch: refs/heads/master
Commit: 2aefc46bb186ed87618e0df25678456ec7c4dd46
Parents: 275b010
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Sep 11 11:01:33 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Sep 11 11:01:33 2015 -0600

----------------------------------------------------------------------
 spark-gremlin/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2aefc46b/spark-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index b7094c7..e183419 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -222,6 +222,11 @@
             <artifactId>paranamer</artifactId>
             <version>2.6</version>
         </dependency>
+        <dependency>
+            <groupId>org.xerial.snappy</groupId>
+            <artifactId>snappy-java</artifactId>
+            <version>1.1.1.7</version>
+        </dependency>
         <!-- TEST -->
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>