<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.datazoom.sdk</groupId>
  <artifactId>base</artifactId>
  <version>4.2.5</version>
  <packaging>aar</packaging>
  <name>Datazoom</name>
  <description>Datazoom Base SDK that helps in providing base functionality for all the Datazoom SDKs.</description>
  <url>"https://gitlab.com/datazoom/collector-group/unified-base-collector"</url>
  <licenses>
    <license>
      <name>Datazoom, Inc ("COMPANY") CONFIDENTIAL</name>
      <url>https://gitlab.com/datazoom/mobile-android-group/mobile-android-collector-libraries-release/-/raw/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Datazoom</name>
      <email>support@datazoom.io</email>
      <organization>Datazoom</organization>
      <organizationUrl>https://datazoom.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://gitlab.com/datazoom/collector-group/unified-base-collector.git</connection>
    <developerConnection>scm:git:ssh://gitlab.com:datazoom/collector-group/unified-base-collector.git</developerConnection>
    <tag>v4.2.5</tag>
    <url>https://gitlab.com/datazoom/collector-group/unified-base-collector</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.startup</groupId>
      <artifactId>startup-runtime</artifactId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-okhttp-jvm</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.10.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.insert-koin</groupId>
      <artifactId>koin-core-jvm</artifactId>
      <version>4.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-core-jvm</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-logging-jvm</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-content-negotiation-jvm</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-serialization-kotlinx-json-jvm</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
