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