You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/09/05 23:11:05 UTC

[02/33] git commit: add vcm

add vcm


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

Branch: refs/heads/two-dot-o
Commit: 9d2121c7afba8a500289d478d83c762036617044
Parents: d2280df
Author: Shawn Feldman <sf...@apache.org>
Authored: Mon Aug 18 12:49:36 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Mon Aug 18 12:49:36 2014 -0600

----------------------------------------------------------------------
 stack/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9d2121c7/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 35c3979..adc02fd 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1405,7 +1405,7 @@
         <artifactId>elasticsearch</artifactId>
         <version>${elasticsearch.version}</version>
       </dependency>
-        
+
       <dependency>
         <groupId>com.relayrides</groupId>
         <artifactId>pushy</artifactId>
@@ -1413,7 +1413,13 @@
         <version>0.4-apigee-63dec68314c97c6e3ef40c88590e1b196d3ec55b</version>
       </dependency>
 
-     </dependencies>
+      <dependency>
+          <groupId>com.ganyo</groupId>
+          <artifactId>gcm-server</artifactId>
+          <version>1.0.2</version>
+      </dependency>
+
+    </dependencies>
 
   </dependencyManagement>