blob: 692c2584d0f8f3499b9c1aa2c10059c8499d6fa4 [file] [log] [blame]
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.taverna.t2.lang</groupId>
<artifactId>partition</artifactId>
<name>Partition</name>
<parent>
<groupId>net.sf.taverna.t2</groupId>
<artifactId>lang</artifactId>
<version>1.6-SNAPSHOT</version>
</parent>
<description>API for recursive subset partitioning</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>