# sprint-1: Build fix.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/92854240 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/92854240 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/92854240 Branch: refs/heads/ignite-nio Commit: 92854240cf66f0ec2e40861b038b3b3fc9cf2457 Parents: f70ff5e Author: AKuznetsov <akuznet...@gridgain.com> Authored: Sat Feb 14 18:05:05 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Sat Feb 14 18:05:05 2015 +0700 ---------------------------------------------------------------------- modules/web/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/92854240/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index 8fae0a2..4d7f771 100644 --- a/modules/web/pom.xml +++ b/modules/web/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>