blob: 37439aefa58b3c7a50ba2a64140010e14cb8d808 [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>
<parent>
<groupId>net.sf.taverna.t2</groupId>
<artifactId>lang</artifactId>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>taverna-partition</artifactId>
<packaging>bundle</packaging>
<name>Partition</name>
<description>API for recursive subset partitioning</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>