# sprint-1 Fix deps for ignite-indexing.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a9a1b86f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a9a1b86f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a9a1b86f Branch: refs/heads/ignite-nio Commit: a9a1b86f6564926b2606edce994b033fd5cd470d Parents: d7f4097 Author: anovikov <anovi...@gridgain.com> Authored: Sat Feb 14 17:26:49 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Sat Feb 14 17:26:49 2015 +0700 ---------------------------------------------------------------------- modules/indexing/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a9a1b86f/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index fd87144..9bca3e3 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/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>