<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>xyz.thepathfinder</groupId>
  <artifactId>pathfinder-android</artifactId>
  <version>0.0.10</version>
  <dependencies>
    <dependency>
      <groupId>org.glassfish.tyrus.bundles</groupId>
      <artifactId>tyrus-standalone-client</artifactId>
      <version>1.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>pathfinder-android</name>
  <description>Android/Java client library for the Pathfinder service</description>
  <url>http://thepathfinder.xyz</url>
  <scm>
    <connection>scm:git:git@github.com:CSSE497/pathfinder-android.git</connection>
    <developerConnection>scm:git:git@github.com:CSSE497/pathfinder-android.git</developerConnection>
    <url>https://github.com/CSSE497/pathfinder-android</url>
  </scm>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>robinsdm</id>
      <name>David Robinson</name>
      <organization>Pathfinder</organization>
      <organizationUrl>https://github.com/CSSE497/pathfinder</organizationUrl>
      <email>robinsdm@rose-hulman.edu</email>
    </developer>
  </developers>
</project>
