<?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>in.payu</groupId>
  <artifactId>payu-sdk</artifactId>
  <version>6.0.1</version>
  <packaging>aar</packaging>
  <name>payu-sdk</name>
  <description>Core SDK for PayU Android.</description>
  <url>https://github.com/payu-intrepos/payu-mob-analytics</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mobile_payu</id>
      <name>PayU Mobile</name>
      <email>payumoneyapp@payumoney.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/payu-intrepos/payu-mob-analytics</url>
  </scm>
  <dependencies>
    <dependency>
      <artifactId>paymentparamhelper</artifactId>
      <groupId>in.payu</groupId>
      <version>2.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>kotlin-test-common</artifactId>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlin-test-annotations-common</artifactId>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>ktor-client-core</artifactId>
      <groupId>io.ktor</groupId>
      <version>1.6.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlinx-serialization-json</artifactId>
      <groupId>org.jetbrains.kotlinx</groupId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>ktor-client-logging</artifactId>
      <groupId>io.ktor</groupId>
      <version>1.6.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>logback-classic</artifactId>
      <groupId>ch.qos.logback</groupId>
      <version>1.2.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <groupId>org.jetbrains.kotlinx</groupId>
      <version>1.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <groupId>org.jetbrains.kotlinx</groupId>
      <version>1.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>ktor-client-serialization</artifactId>
      <groupId>io.ktor</groupId>
      <version>1.6.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>ktor-client-cio</artifactId>
      <groupId>io.ktor</groupId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>gson</artifactId>
      <groupId>com.google.code.gson</groupId>
      <version>2.8.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlin-stdlib</artifactId>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlin-stdlib-common</artifactId>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>core-ktx</artifactId>
      <groupId>androidx.core</groupId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>payu-crash-logger</artifactId>
      <groupId>in.payu</groupId>
      <version>[1.0.4,1.1.0)</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
