<?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>ru.ok.tracer</groupId>
  <artifactId>tracer-plugin</artifactId>
  <version>1.3.4</version>
  <url>https://apptracer.ru/</url>
  <licenses>
    <license>
      <name>Tracer's License Agreement</name>
      <url>https://apptracer.ru/license/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Alexander Asanov</name>
      <email>alexander.asanov@corp.mail.ru</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:ssh://git@gitlab.corp.mail.ru:ok/tracer/tracer-android-sdk.git</connection>
    <developerConnection>scm:git:ssh://git@gitlab.corp.mail.ru:ok/tracer/tracer-android-sdk.git</developerConnection>
    <url>https://gitlab.corp.mail.ru/ok/tracer/tracer-android-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup</groupId>
      <artifactId>javapoet</artifactId>
      <version>1.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpmime</artifactId>
      <version>4.5.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.14.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>ru.ok.tracer:tracer-plugin</name>
  <description>Tracer is a service from OK.Tech for collecting and analyzing errors in mobile applications for iOS and Android</description>
</project>
