# sprint-1 Fix deps for ignite-extdata-p2p.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6c37e477 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6c37e477 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/6c37e477 Branch: refs/heads/ignite-nio Commit: 6c37e47794d0c192285b9d85bafe18b4f77505b1 Parents: 07f533b Author: anovikov <anovi...@gridgain.com> Authored: Sat Feb 14 17:15:48 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Sat Feb 14 17:15:48 2015 +0700 ---------------------------------------------------------------------- modules/extdata/p2p/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/6c37e477/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index a2f5564..eea2052 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/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>