<?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.pusher</groupId>
  <artifactId>push-notifications-server-java</artifactId>
  <version>1.1.1</version>
  <name>'Pusher Push Notifications SDK for Android'</name>
  <description>Pusher Push Notifications SDK for Android clients</description>
  <url>https://github.com/pusher/push-notifications-java</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>''</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lukabratos</id>
      <name>Luka Bratos</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:pusher/push-notifications-java.git</connection>
    <developerConnection>scm:git@github.com:pusher/push-notifications-java.git</developerConnection>
    <url>https://github.com/pusher/push-notifications-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.2.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.4</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.auth0</groupId>
      <artifactId>java-jwt</artifactId>
      <version>3.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
