<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.ibm.mobilefirstplatform.clientsdk.android</groupId>
  <artifactId>push</artifactId>
  <version>3.6.5</version>
  <packaging>aar</packaging>
  <name>IBM Bluemix Mobile Services - Client SDK Android Push</name>
  <description>This is the Push component of the Android SDK for IBM Bluemix Mobile Services.</description>
  <url>https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-android-push</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>IBM Bluemix Services Mobile SDK</name>
      <email>mobilsdk@us.ibm.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/ibm-bluemix-mobile-services/bms-clientsdk-android-push.git</connection>
    <developerConnection>scm:git:git@github.com/ibm-bluemix-mobile-services/bms-clientsdk-android-push.git</developerConnection>
    <url>https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-android-push</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>26.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-messaging</artifactId>
      <version>10.2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.firebase</groupId>
      <artifactId>firebase-client-android</artifactId>
      <version>2.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.ibm.mobilefirstplatform.clientsdk.android</groupId>
      <artifactId>core</artifactId>
      <version>3.1.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
