<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.datarobot</groupId>
  <artifactId>datarobot-ai-java</artifactId>
  <version>2.0.8</version>
  <name>Datarobot AI Client API Library</name>
  <description>This java client library allows you to quickly and easily communicate with the
DataRobot AI API to add Machine Learning to your applications.</description>
  <url>https://github.com/datarobot/datarobot-ai-client-java</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>datarobot</id>
      <name>DataRobot</name>
      <email>support-team@datarobot.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/datarobot/datarobot-ai-java.git</connection>
    <developerConnection>scm:git:git@github.com:datarobot/datarobot-ai-java.git</developerConnection>
    <url>https://developers.datarobot.com</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/datarobot/datarobot-ai-java/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.8.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-joda</artifactId>
      <version>2.9.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client</artifactId>
      <version>1.25.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.11.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.11.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
