# 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/07f533bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/07f533bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/07f533bd Branch: refs/heads/ignite-nio Commit: 07f533bddceafc5737ec28e0aa6b715dfc41b965 Parents: 83cd4e5 Author: anovikov <anovi...@gridgain.com> Authored: Sat Feb 14 17:12:27 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Sat Feb 14 17:12:27 2015 +0700 ---------------------------------------------------------------------- modules/hadoop/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/07f533bd/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index a095176..8856bf1 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -43,6 +43,12 @@ </dependency> <dependency> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>1.0.0</version> + </dependency> + + <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-core</artifactId> <version>${ignite.version}</version>