Repository: incubator-ignite
Updated Branches:
  refs/heads/sprint-1 9ddc9813c -> d7f4097f3


# sprint-1 Fix deps for ignite-indexing.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4ff6cb4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4ff6cb4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4ff6cb4e

Branch: refs/heads/sprint-1
Commit: 4ff6cb4e681cffda57be7e948003926a1affe6f5
Parents: 6c37e47
Author: anovikov <anovi...@gridgain.com>
Authored: Sat Feb 14 17:22:33 2015 +0700
Committer: anovikov <anovi...@gridgain.com>
Committed: Sat Feb 14 17:22:33 2015 +0700

----------------------------------------------------------------------
 examples/pom-standalone.xml | 6 ++++++
 examples/pom.xml            | 6 ++++++
 modules/indexing/pom.xml    | 6 ++++++
 3 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4ff6cb4e/examples/pom-standalone.xml
----------------------------------------------------------------------
diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml
index 786665c..b58199c 100644
--- a/examples/pom-standalone.xml
+++ b/examples/pom-standalone.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>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4ff6cb4e/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 065af6f..717a7c7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -34,6 +34,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>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4ff6cb4e/modules/indexing/pom.xml
----------------------------------------------------------------------
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index bd807f9..fd87144 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -38,6 +38,12 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.ignite</groupId>
+            <artifactId>jdk8-backport</artifactId>
+            <version>${ignite.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
             <version>${ignite.version}</version>
         </dependency>

Reply via email to