# sprint-1 Fix deps for ignite-spring.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9c9255ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9c9255ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9c9255ee Branch: refs/heads/ignite-nio Commit: 9c9255ee72e11b3999750468997d82e849b25440 Parents: 5993a24 Author: anovikov <anovi...@gridgain.com> Authored: Sat Feb 14 16:57:31 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Sat Feb 14 16:57:31 2015 +0700 ---------------------------------------------------------------------- modules/spring/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9c9255ee/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index b102966..cb12ab1 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/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.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.version}</version>