blob: 28125e3fe62bbf2c5be3a0955f9808501a129ed3 [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>
<description>APIs for the Taverna 2 workbench</description>
<parent>
<artifactId>taverna-parent</artifactId>
<groupId>net.sf.taverna</groupId>
<version>2.6-SNAPSHOT</version>
<relativePath>../../taverna-parent/pom.xml</relativePath>
</parent>
<groupId>net.sf.taverna.t2</groupId>
<artifactId>ui-api</artifactId>
<version>1.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Taverna 2 UI APIs</name>
<modules>
<module>activity-palette-api</module>
<module>common-icons</module>
<module>configuration-api</module>
<module>contextual-views-api</module>
<module>edits-api</module>
<module>file-api</module>
<module>helper-api</module>
<module>menu-api</module>
<module>perspective-core</module>
<module>renderers-api</module>
<module>workbench-api</module>
<module>activity-icons-api</module>
<module>report-api</module>
</modules>
<repositories>
<repository>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>mygrid-repository</id>
<name>myGrid Repository</name>
<url>http://www.mygrid.org.uk/maven/repository</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>mygrid-snapshot-repository</id>
<name>myGrid Snapshot Repository</name>
<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
</repository>
</repositories>
<scm>
<connection>scm:git:https://github.com/taverna/taverna-ui-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com:taverna/taverna-ui-api.git</developerConnection>
<url>https://github.com/taverna/taverna-ui-api</url>
<tag>HEAD</tag>
</scm>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.help</groupId>
<artifactId>javahelp</artifactId>
<version>${javahelp.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>${mail.version}</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>${jdom.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>