<?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>com.adyen.threeds</groupId>
  <artifactId>adyen-3ds2</artifactId>
  <version>2.2.6</version>
  <packaging>aar</packaging>
  <name>Adyen 3DS2 Android SDK</name>
  <description>Adyen 3DS2 Android SDK supports 3D Secure 2.0 payments via Adyen.</description>
  <url>https://github.com/Adyen/adyen-3ds2-android</url>
  <organization>
    <name>Adyen N.V.</name>
    <url>https://www.adyen.com/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Checkout</name>
      <organization>Adyen N.V.</organization>
      <organizationUrl>https://www.adyen.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Adyen/adyen-3ds2-android.git</connection>
    <developerConnection>scm:git:git://github.com/Adyen/adyen-3ds2-android.git</developerConnection>
    <url>https://github.com/Adyen/adyen-3ds2-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.michaelrocks</groupId>
      <artifactId>paranoid-core</artifactId>
      <version>0.3.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15to18</artifactId>
      <version>1.69</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
