blob: 21466ba57cf677c4440bd17e5b4938c8785b4813 [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>ui-components</artifactId>
<version>1.2</version>
</parent>
<groupId>net.sf.taverna.t2.ui-components</groupId>
<artifactId>perspective-results</artifactId>
<name>Results Perspective</name>
<description>Results component for viewing progress of a workflow run,
intermediate and final results, as well as previous workflow runs.</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>perspective-core</artifactId>
<version>${t2.ui.api.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>common-icons</artifactId>
<version>${t2.ui.api.version}</version>
</dependency>
<dependency>
<groupId>javax.help</groupId>
<artifactId>javahelp</artifactId>
</dependency>
</dependencies>
</project>