<?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>ai.toloka</groupId>
  <artifactId>toloka-java-sdk</artifactId>
  <version>0.0.7</version>
  <dependencies>
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.13.2.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>Toloka Java SDK</name>
  <description>Toloka has a powerful open API, it allows you to integrate an on-demand workforce directly into your processes, and to build scalable and fully automated human-in-the-loop ML pipelines.</description>
  <url>https://toloka.ai</url>
  <organization>
    <name>Toloka.ai</name>
    <url>https://toloka.ai</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <scm>
    <url>http://github.com/Toloka/toloka-java-sdk</url>
    <connection>scm:git:http://github.com/Toloka/toloka-java-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com:Toloka/toloka-java-sdk.git</developerConnection>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>http://github.com/Toloka/toloka-java-sdk/issues</url>
  </issueManagement>
  <developers>
    <developer>
      <id>timurt</id>
      <name>Timur Tibeyev</name>
      <email>timurtibeyev@yandex-team.ru</email>
    </developer>
  </developers>
</project>
