# Removed shmem from communication

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

Branch: refs/heads/sprint-2
Commit: dca3ca7dedb73f18c2e107d27358cece1d2092de
Parents: d0ac78f
Author: Valentin Kulichenko <vkuliche...@gridgain.com>
Authored: Fri Mar 13 17:46:44 2015 -0700
Committer: Valentin Kulichenko <vkuliche...@gridgain.com>
Committed: Fri Mar 13 17:46:44 2015 -0700

----------------------------------------------------------------------
 examples/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/dca3ca7d/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 717a7c7..8fea360 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -32,6 +32,13 @@
 
     <artifactId>ignite-examples</artifactId>
 
+    <repositories>
+        <repository>
+            <id>Maven Central Staging</id>
+            
<url>https://oss.sonatype.org/content/repositories/orggridgain-1246</url>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>javax.cache</groupId>
@@ -167,6 +174,13 @@
             <version>${ignite.version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.gridgain</groupId>
+            <artifactId>ignite-shmem</artifactId>
+            <version>RELEASE</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to