You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/22 18:40:24 UTC

incubator-tinkerpop git commit: Bump kryo version in gremlin-shaded to 3.0.1.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master aa0a8ea76 -> 3fafd0275


Bump kryo version in gremlin-shaded to 3.0.1.


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

Branch: refs/heads/master
Commit: 3fafd0275aad6afbeafcd2fb06eef02c20e50956
Parents: aa0a8ea
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Apr 22 12:39:55 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Apr 22 12:39:55 2015 -0400

----------------------------------------------------------------------
 gremlin-shaded/pom.xml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3fafd027/gremlin-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index 84e9467..dde1ec8 100644
--- a/gremlin-shaded/pom.xml
+++ b/gremlin-shaded/pom.xml
@@ -26,17 +26,17 @@ limitations under the License.
     <name>Apache TinkerPop :: Gremlin Shaded</name>
     <dependencies>
         <dependency>
-            <groupId>com.esotericsoftware.kryo</groupId>
-            <artifactId>kryo</artifactId>
+            <groupId>com.esotericsoftware</groupId>
+            <artifactId>kryo-shaded</artifactId>
             <!-- Update the shade plugin config whenever you change this version -->
-            <version>2.24.0</version>
+            <version>3.0.1</version>
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>com.esotericsoftware.minlog</groupId>
+            <groupId>com.esotericsoftware</groupId>
             <artifactId>minlog</artifactId>
             <!-- Update the shade plugin config whenever you change this version -->
-            <version>1.2</version>
+            <version>1.3.0</version>
             <optional>true</optional>
         </dependency>
         <dependency>
@@ -65,9 +65,7 @@ limitations under the License.
                             <createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
-                                    <include>com.esotericsoftware.kryo:*</include>
-                                    <include>com.esotericsoftware.minlog:*</include>
-                                    <include>com.esotericsoftware.reflectasm:*</include>
+                                    <include>com.esotericsoftware:*</include>
                                     <include>org.objenesis:*</include>
                                 </includes>
                             </artifactSet>