Repository: mahout Updated Branches: refs/heads/branch-0.14.0 02f75f997 -> 0908c521a
MAHOUT-2043 Remove kryo dependency from flink-batch Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/0908c521 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/0908c521 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/0908c521 Branch: refs/heads/branch-0.14.0 Commit: 0908c521a5c35a2cd107404334db7a89accbb523 Parents: 02f75f9 Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Wed Jun 27 09:28:21 2018 -0500 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Wed Jun 27 09:28:21 2018 -0500 ---------------------------------------------------------------------- community/community-engines/flink-batch/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/0908c521/community/community-engines/flink-batch/pom.xml ---------------------------------------------------------------------- diff --git a/community/community-engines/flink-batch/pom.xml b/community/community-engines/flink-batch/pom.xml index 81179c7..ba5c39b 100644 --- a/community/community-engines/flink-batch/pom.xml +++ b/community/community-engines/flink-batch/pom.xml @@ -203,12 +203,6 @@ <!--<version>1.2.2</version>--> <!--</dependency>--> - <!-- enforce current version of kryo as of 0.10.1--> - <dependency> - <groupId>com.esotericsoftware.kryo</groupId> - <artifactId>kryo</artifactId> - <version>2.24.0</version> - </dependency> <dependency> <groupId>org.apache.mahout</groupId>
