# sprint-1 Fix deps for ignite-hadoop.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/83cd4e5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/83cd4e5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/83cd4e5f Branch: refs/heads/ignite-sql-old Commit: 83cd4e5f89e87fa11e57bbf37bb1700c42802419 Parents: 9c9255e Author: anovikov <anovi...@gridgain.com> Authored: Sat Feb 14 17:09:15 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Sat Feb 14 17:09:15 2015 +0700 ---------------------------------------------------------------------- modules/hadoop/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/83cd4e5f/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index d965e58..a095176 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -38,6 +38,12 @@ <dependencies> <dependency> <groupId>org.apache.ignite</groupId> + <artifactId>jdk8-backport</artifactId> + <version>${ignite.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> <version>${ignite.version}</version> </dependency>