<?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.aitime.android</groupId>
  <artifactId>payment-braintree</artifactId>
  <version>1.0.2</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.braintreepayments.api</groupId>
      <artifactId>drop-in</artifactId>
      <version>4.5.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>braintree</artifactId>
          <groupId>com.braintreepayments.api</groupId>
        </exclusion>
        <exclusion>
          <artifactId>three-d-secure</artifactId>
          <groupId>com.braintreepayments.api</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.braintreepayments.api</groupId>
      <artifactId>braintree</artifactId>
      <version>3.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.aitime.android</groupId>
      <artifactId>payment-core</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.braintreepayments.api</groupId>
      <artifactId>google-payment</artifactId>
      <version>3.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-wallet</artifactId>
      <version>18.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
