# sprint-1 Fix deps for ignite-scalar.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/19fd04d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/19fd04d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/19fd04d8 Branch: refs/heads/ignite-nio Commit: 19fd04d814c95a67379a28e8632226c94faac182 Parents: b246283 Author: anovikov <anovi...@gridgain.com> Authored: Sat Feb 14 17:42:05 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Sat Feb 14 17:42:05 2015 +0700 ---------------------------------------------------------------------- modules/scalar/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/19fd04d8/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index d88d7ec..c38085c 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -37,6 +37,12 @@ <dependencies> <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>