<?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>eu.nets.mia</groupId>
  <artifactId>mia-sdk</artifactId>
  <version>1.6.0</version>
  <packaging>aar</packaging>
  <name>MiA-SDK-Android</name>
  <description>MiA - Android SDK is a library which facilitates the Embedded NETS Easy Checkout integration in your Android application.</description>
  <url>https://github.com/Nets-mobile-acceptance/Easy-Android-SDK/</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/Nets-mobile-acceptance/Easy-Android-SDK/MiA-SDK-License.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>BuildManager-Nets</id>
      <name>Nets Denmark A/S</name>
      <email>mobile-acceptance@nets.eu</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/Nets-mobile-acceptance/Easy-Android-SDK.git</connection>
    <developerConnection>https://github.com/Nets-mobile-acceptance/Easy-Android-SDK.git</developerConnection>
    <url>https://github.com/Nets-mobile-acceptance/Easy-Android-SDK</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support.constraint</groupId>
      <artifactId>constraint-layout</artifactId>
      <version>1.1.3</version>
      <scope>runtime</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>2.6.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
