[
https://issues.apache.org/jira/browse/USERGRID-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15080514#comment-15080514
]
Michael Russo commented on USERGRID-1182:
-----------------------------------------
https://oss.sonatype.org/content/repositories/snapshots/com/google/gcm/gcm-server/
Can possibly add maven repository to pom:
{code}
<repositories>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
{code}
and then reference this library provided by google:
{code}
<dependency>
<groupId>com.google.gcm</groupId>
<artifactId>gcm-server</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
{code}
However this is just a snapshot -- need to decide if we should use a 'fork' of
their github source that's published to maven central as a non-snapshot
version.
> Support GCM 3.0 for Android Push Notifications
> ----------------------------------------------
>
> Key: USERGRID-1182
> URL: https://issues.apache.org/jira/browse/USERGRID-1182
> Project: Usergrid
> Issue Type: Story
> Reporter: Michael Russo
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)