blob: eee9d88c965d62146fd9622bfe9ff3181d835f44 [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>
<artifactId>taverna-parent</artifactId>
<groupId>net.sf.taverna</groupId>
<version>3.0.0</version>
</parent>
<groupId>net.sf.taverna.t2</groupId>
<artifactId>taverna-commandline</artifactId>
<version>3.0.0</version>
<name>Taverna command line utility</name>
<packaging>pom</packaging>
<dependencies>
<!-- Spring DM -->
<dependency>
<groupId>net.sourceforge.cglib</groupId>
<artifactId>com.springsource.net.sf.cglib</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-annotation</artifactId>
<version>${spring.dm.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-extender</artifactId>
<version>${spring.dm.version}</version>
</dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.context</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- Java Extension Implementations -->
<!-- <dependency>
<groupId>com.sun.xml</groupId>
<artifactId>com.springsource.com.sun.xml.bind</artifactId>
<version>2.2.0</version>
</dependency> -->
<dependency> <!-- required by bsh -->
<groupId>javax.servlet</groupId>
<artifactId>com.springsource.javax.servlet</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>com.springsource.javax.jms</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>com.springsource.javax.xml.soap</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>com.springsource.javax.xml.stream</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>com.springsource.javax.mail</artifactId>
<version>${mail.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.codec</artifactId>
<version>${commons.codec.version}</version>
</dependency>
<!-- OSGi Enterprise Services -->
<dependency>
<groupId>uk.org.taverna.osgi.services</groupId>
<artifactId>xml-parser-service</artifactId>
<version>${osgi.services.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.osgi.services</groupId>
<artifactId>xml-transformer-service</artifactId>
<version>${osgi.services.version}</version>
</dependency>
<!-- Taverna Activities -->
<dependency>
<groupId>net.sf.taverna.t2.activities</groupId>
<artifactId>all-activities</artifactId>
<version>${t2.activities.version}</version>
<exclusions>
<exclusion>
<groupId>net.sf.taverna.t2.activities</groupId>
<artifactId>biomoby-activity</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Taverna Commandline -->
<dependency>
<groupId>net.sf.taverna.t2.taverna-commandline</groupId>
<artifactId>taverna-commandline-common</artifactId>
<version>${t2.taverna-commandline.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.commandline</groupId>
<artifactId>taverna-command-line</artifactId>
<version>0.1.1</version>
</dependency>
<!-- Taverna Platform -->
<dependency>
<groupId>uk.org.taverna.platform</groupId>
<artifactId>taverna-capability-impl</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.platform</groupId>
<artifactId>taverna-data-impl</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.platform</groupId>
<artifactId>taverna-run-impl</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.platform</groupId>
<artifactId>taverna-execution-impl</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.platform</groupId>
<artifactId>taverna-execution-local</artifactId>
<version>${platform.version}</version>
</dependency>
<!-- Taverna Configuration -->
<dependency>
<groupId>uk.org.taverna.configuration</groupId>
<artifactId>taverna-configuration-impl</artifactId>
<version>${taverna.configuration.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.configuration</groupId>
<artifactId>taverna-app-configuration-impl</artifactId>
<version>${taverna.configuration.version}</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.configuration</groupId>
<artifactId>taverna-database-configuration-impl</artifactId>
<version>${taverna.configuration.version}</version>
</dependency>
<!-- Scufl2 -->
<dependency>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2-rdfxml</artifactId>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2-t2flow</artifactId>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2-validation-structural</artifactId>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2-validation-correctness</artifactId>
<version>0.9.2</version>
</dependency>
<!-- Taverna Security -->
<dependency>
<groupId>net.sf.taverna.t2.security</groupId>
<artifactId>credential-manager-impl</artifactId>
<version>${t2.security.version}</version>
</dependency>
<!-- Taverna Workflow Engine -->
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>workflowmodel-impl</artifactId>
<version>${t2.core.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>workflowmodel-core-extensions</artifactId>
<version>${t2.core.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>reference-impl</artifactId>
<version>${t2.core.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>reference-core-extensions</artifactId>
<version>${t2.core.version}</version>
</dependency>
<!-- Taverna Provenance -->
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>provenance-derby</artifactId>
<version>${t2.core.provenance.derby.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.core</groupId>
<artifactId>provenance-mysql</artifactId>
<version>${t2.core.provenance.mysql.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptors>
<descriptor>src/main/assembly/release-assembly.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
<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>
<repository>
<id>spring-maven-milestone</id>
<name>Springframework Maven Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.milestone</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones</name>
<url>http://repository.springsource.com/maven/bundles/milestone</url>
</repository>
<repository>
<id>OPS4J</id>
<url>http://repository.ops4j.org/maven2</url>
</repository>
</repositories>
<scm>
<connection>scm:svn:http://taverna.googlecode.com/svn/taverna/products/net.sf.taverna.t2.taverna-commandline/trunk/</connection>
<developerConnection>scm:svn:https://taverna.googlecode.com/svn/taverna/products/net.sf.taverna.t2.taverna-commandline/trunk/</developerConnection>
<url>http://code.google.com/p/taverna/source/browse/#svn/taverna/products/net.sf.taverna.t2.taverna-commandline/trunk/</url>
</scm>
</project>