blob: 0b6ff81cfbec00e89c11f615bcc138723db6ad22 [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>2.0-SNAPSHOT</version>
</parent>
<groupId>net.sf.taverna.t2.ui-components</groupId>
<artifactId>iteration-strategy-ui</artifactId>
<packaging>bundle</packaging>
<name>Menu generation API</name>
<description>An SPI system for building UI menues</description>
<dependencies>
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>workflowmodel-api</artifactId>
<version>${t2.core.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.lang</groupId>
<artifactId>ui</artifactId>
<version>${t2.lang.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>workbench-api</artifactId>
<version>${t2.ui.api.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>contextual-views-api</artifactId>
<version>${t2.ui.api.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>edits-api</artifactId>
<version>${t2.ui.api.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>file-api</artifactId>
<version>${t2.ui.api.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>helper-api</artifactId>
<version>${t2.ui.api.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>workflowmodel-impl</artifactId>
<version>${t2.core.version}</version>
<!-- <scope>test</scope> -->
</dependency>
</dependencies>
</project>