<?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>ai.libs.thirdparty</groupId>
  <artifactId>interruptible-weka</artifactId>
  <version>0.1.2</version>
  <name>Interruptible WEKA</name>
  <description>A WEKA fork which allows to interrupt training and prediction procedures of the models.</description>
  <url>https://libs.ai</url>
  <licenses>
    <license>
      <name>GPLv3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>fmohr</id>
      <name>Felix Mohr</name>
      <email>felix.mohr@upb.de</email>
    </developer>
    <developer>
      <id>mwever</id>
      <name>Marcel Wever</name>
      <email>marcel.wever@upb.de</email>
    </developer>
    <developer>
      <id>ahetzer</id>
      <name>Alexander Tornede</name>
      <email>alexander.tornede@upb.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/mwever/weka.git</connection>
    <developerConnection>scm:git:https://github.com/mwever/weka.git</developerConnection>
    <url>https://github.com/mwever/weka</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>nz.ac.waikato.cms.weka.thirdparty</groupId>
      <artifactId>bounce</artifactId>
      <version>0.18</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>nz.ac.waikato.cms.weka.thirdparty</groupId>
      <artifactId>java-cup-11b</artifactId>
      <version>2015.03.26</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>nz.ac.waikato.cms.weka.thirdparty</groupId>
      <artifactId>java-cup-11b-runtime</artifactId>
      <version>2015.03.26</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>net.sourceforge.f2j</groupId>
      <artifactId>arpack_combined_all</artifactId>
      <version>0.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.10</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>de.jflex</groupId>
      <artifactId>jflex</artifactId>
      <version>1.6.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.fommil.netlib</groupId>
      <artifactId>core</artifactId>
      <version>1.1.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.github.andreas-solti.matrix-toolkits-java</groupId>
      <artifactId>mtj</artifactId>
      <version>1.0.7</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.17</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
