<?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.worldpay</groupId>
  <artifactId>cse-android-sdk</artifactId>
  <version>1.0.4</version>
  <name>Worldpay: CSE Android SDK</name>
  <description>Android SDK is a library created to help you integrate Worldpay client side encryption into your mobile applications.</description>
  <url>http://support.worldpay.com/support/kb/gg/client-side-encryption/Content/D%20-%20Integration/Client%20Side%20Integration%20Method.htm</url>
  <organization>
    <name>Worldpay</name>
    <url>https://online.worldpay.com</url>
  </organization>
  <licenses>
    <license>
      <name>Worldpay License</name>
      <url>https://github.com/Worldpay/worldpay-cse-lib-android/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Worldpay CSE Mobile Support</name>
      <email>csesupport@worldpay.com</email>
      <organization>Worldpay</organization>
      <organizationUrl>https://online.worldpay.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:Worldpay/worldpay-cse-lib-android.git</connection>
    <developerConnection>scm:git:git@github.com:Worldpay/worldpay-cse-lib-android.git</developerConnection>
    <url>https://github.com/Worldpay/worldpay-cse-lib-android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.madgag.spongycastle</groupId>
      <artifactId>core</artifactId>
      <version>1.52.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.madgag.spongycastle</groupId>
      <artifactId>prov</artifactId>
      <version>1.52.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15on</artifactId>
      <version>1.52</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.nimbusds</groupId>
      <artifactId>nimbus-jose-jwt</artifactId>
      <version>4.0-rc2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.19</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
