<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.seek-oss</groupId>
  <artifactId>lightgbm4j_2.12</artifactId>
  <version>2.2.2-1</version>
  <name>LightGBM4J</name>
  <description>A JVM interface for LightGBM, written in Scala, for inference in production.</description>
  <url>https://github.com/seek-oss/lightgbm4j</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/seek-oss/lightgbm4j/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Oliver Hutchison</name>
      <email>ohutchison@seek.com.au</email>
      <organization>org.apache.maven.model.Organization@1a4c0ce0</organization>
    </developer>
    <developer>
      <name>Oliver Mannion</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/seek-oss/lightgbm4j.git</connection>
    <developerConnection>scm:git:https://github.com/seek-oss/lightgbm4j.git</developerConnection>
    <url>https://github.com/seek-oss/lightgbm4j</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.12.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.typesafe.scala-logging</groupId>
      <artifactId>scala-logging_2.12</artifactId>
      <version>3.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.microsoft.ml.lightgbm</groupId>
      <artifactId>lightgbmlib</artifactId>
      <version>2.2.200</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.scalatest</groupId>
      <artifactId>scalatest_2.12</artifactId>
      <version>3.0.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.28</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.pegdown</groupId>
      <artifactId>pegdown</artifactId>
      <version>1.6.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
