<?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.handpoint.api.transactionfeed</groupId>
  <artifactId>transactions</artifactId>
  <version>6.6.7</version>
  <packaging>aar</packaging>
  <name>transactions</name>
  <description>HandpointSDK for Android</description>
  <url>https://www.handpoint.com/docs/device/Android/</url>
  <licenses>
    <license>
      <name>Handpoint SDK License, Version 1.0</name>
      <url>http://www.handpoint.com/sdk-license-1.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>handpoint</id>
      <name>Handpoint</name>
      <email>it@handpoint.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/handpoint/cordova-plugin-handpoint.git</connection>
    <developerConnection>scm:git:git://github.com/handpoint/cordova-plugin-handpoint.git</developerConnection>
    <url>http://github.com/handpoint/cordova-plugin-handpoint/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.4.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-xml</artifactId>
      <version>2.12.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api.txnfeed</groupId>
      <artifactId>handpoint-txnfeed-client</artifactId>
      <version>2.4.4-RC.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.j256.ormlite</groupId>
      <artifactId>ormlite-android</artifactId>
      <version>4.48</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api</groupId>
      <artifactId>applicationprovider</artifactId>
      <version>6.6.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.handpoint.api.shared</groupId>
      <artifactId>networking</artifactId>
      <version>6.6.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
