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 <[email protected]> Authored: Wed Mar 30 14:23:06 2016 -0500 Committer: Robert (Bobby) Evans <[email protected]> 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>
