You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/03/31 20:21:53 UTC

[2/5] storm git commit: STORM-1665: Worker cannot instantiate kryo

STORM-1665: Worker cannot instantiate kryo


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

Branch: refs/heads/master
Commit: 08eb49e8122f7df607716cc7ed054b368b5b9b50
Parents: ecf4586
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Mar 30 14:23:06 2016 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Mar 30 14:24:35 2016 -0500

----------------------------------------------------------------------
 storm-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/08eb49e8/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index ddc9b36..a012172 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -54,12 +54,6 @@
         <dependency>
             <groupId>com.esotericsoftware</groupId>
             <artifactId>kryo</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.objenesis</groupId>
-                    <artifactId>objenesis</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <!--clojure-->
         <dependency>