<?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.tribuo</artifactId>
  <version>0.2</version>
  <name>scicloj.ml.tribuo</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.0</version>
    </dependency>
    <dependency>
      <groupId>org.tribuo</groupId>
      <artifactId>tribuo-regression-core</artifactId>
      <version>4.3.1</version>
    </dependency>
    <dependency>
      <groupId>org.scicloj</groupId>
      <artifactId>metamorph.ml</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>techascent</groupId>
      <artifactId>tech.ml.dataset</artifactId>
      <version>7.035</version>
    </dependency>
    <dependency>
      <groupId>com.oracle.labs.olcut</groupId>
      <artifactId>olcut-config-json</artifactId>
      <version>5.3.1</version>
    </dependency>
    <dependency>
      <groupId>org.tribuo</groupId>
      <artifactId>tribuo-classification-core</artifactId>
      <version>4.3.1</version>
    </dependency>
    <dependency>
      <groupId>cheshire</groupId>
      <artifactId>cheshire</artifactId>
      <version>5.13.0</version>
    </dependency>
    <dependency>
      <groupId>com.oracle.labs.olcut</groupId>
      <artifactId>olcut-core</artifactId>
      <version>5.3.1</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>Integration of tribuo ML library into the scicloj.ml / metamorph framework.</description>
  <url>https://github.com/scicloj/scicloj.ml.tribuo</url>
  <licenses>
    <license>
      <name>Eclipse Public License</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Carsten Behring</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/scicloj/scicloj.ml.tribuo</url>
    <connection>scm:git:https://github.com/scicloj/scicloj.ml.tribuo.git</connection>
    <developerConnection>scm:git:ssh:git@github.com:scicloj/scicloj.ml.tribuo.git</developerConnection>
    <tag>v0.2</tag>
  </scm>
</project>
