<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <groupId>org.scicloj</groupId>
  <artifactId>scicloj.ml.xgboost</artifactId>
  <version>6.3.0</version>
  <name>scicloj.ml.xgboost</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.0</version>
    </dependency>
    <dependency>
      <groupId>ml.dmlc</groupId>
      <artifactId>xgboost4j_2.12</artifactId>
      <version>2.1.1</version>
    </dependency>
    <dependency>
      <groupId>org.scicloj</groupId>
      <artifactId>metamorph.ml</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>pppmap</groupId>
      <artifactId>pppmap</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-common</artifactId>
      <version>3.3.0</version>
      <exclusions>
        <exclusion>
          <groupId>org.apache.commons</groupId>
          <artifactId>commons-math3</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>xgboost models for metamorph.ml and scicloj.ml</description>
  <url>https://github.com/scicloj/scicloj.ml.xgboost</url>
  <licenses>
    <license>
      <name>Eclipse Public License - v 1.0</name>
      <url>https://www.eclipse.org/legal/epl-1.0/</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/scicloj/scicloj.ml.xgboost</url>
    <connection>scm:git:https://github.com/scicloj/scicloj.ml.xgboost.git</connection>
    <developerConnection>scm:git:https://github.com/scicloj/scicloj.ml.xgboost.git</developerConnection>
    <tag>v6.3.0</tag>
  </scm>
</project>
