# sprint-1: Build fix.

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

Branch: refs/heads/ignite-nio
Commit: 4d01989cbeba984734680103bb6cec28ae670c0c
Parents: 9285424
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Sat Feb 14 18:11:36 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Sat Feb 14 18:11:36 2015 +0700

----------------------------------------------------------------------
 modules/visor-console/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4d01989c/modules/visor-console/pom.xml
----------------------------------------------------------------------
diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml
index 93058cc..711cc71 100644
--- a/modules/visor-console/pom.xml
+++ b/modules/visor-console/pom.xml
@@ -56,6 +56,18 @@
 
         <!-- Third party dependencies -->
         <dependency>
+            <groupId>javax.cache</groupId>
+            <artifactId>cache-api</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.ignite</groupId>
+            <artifactId>jdk8-backport</artifactId>
+            <version>${ignite.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
             <version>${spring.version}</version>

Reply via email to