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/03/24 20:47:26 UTC

incubator-tinkerpop git commit: no need to exlcude kryo from Hadoop-Gremlin as the jars are now shaded.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master d17b6b724 -> 84d1ad273


no need to exlcude kryo from Hadoop-Gremlin as the jars are now shaded.


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

Branch: refs/heads/master
Commit: 84d1ad2735ceb1f007d1f66b03b1babbff676031
Parents: d17b6b7
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Mar 24 13:47:22 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Mar 24 13:47:22 2015 -0600

----------------------------------------------------------------------
 hadoop-gremlin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/84d1ad27/hadoop-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml
index 7113464..d851e5e 100644
--- a/hadoop-gremlin/pom.xml
+++ b/hadoop-gremlin/pom.xml
@@ -141,10 +141,10 @@ limitations under the License.
                     <artifactId>commons-codec</artifactId>
                 </exclusion>
                 <!-- gremlin-core conflicts -->
-                <exclusion>
+                <!--<exclusion>
                     <groupId>com.esotericsoftware.kryo</groupId>
                     <artifactId>kryo</artifactId>
-                </exclusion>
+                </exclusion>-->
                 <exclusion>
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-api</artifactId>