https://github.com/awojna/Rseslib
Revision f3e490a7378e0ec195f2b87816ebca1cf7f4257c authored by awojna on 11 October 2019, 18:08:19 UTC, committed by awojna on 11 October 2019, 18:08:19 UTC
1 parent ca84746
Raw File
Tip revision: f3e490a7378e0ec195f2b87816ebca1cf7f4257c authored by awojna on 11 October 2019, 18:08:19 UTC
Stop in Weka GUI is handled correctly only if ThreadDeath is thrown
Tip revision: f3e490a
pom.xml
<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>
  <groupId>pl.edu.mimuw.rseslib</groupId>
  <artifactId>rseslib</artifactId>
  <version>3.2.3-SNAPSHOT</version>
  <name>Rseslib</name>
  <description>Rough set and machine learning data structures and algorithms</description>
  <dependencies>
  	<dependency>
  		<groupId>nz.ac.waikato.cms.weka</groupId>
  		<artifactId>weka-stable</artifactId>
  		<version>3.8.0</version>
  	</dependency>
  	<dependency>
  		<groupId>jfree</groupId>
  		<artifactId>jfreechart</artifactId>
  		<version>0.9.21</version>
  	</dependency>
  </dependencies>
</project>
back to top