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