blob: b1334b7beec617f384bfab7618ad046360dace39 [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>security</artifactId>
<version>0.6-SNAPSHOT</version>
</parent>
<groupId>net.sf.taverna.t2.security</groupId>
<artifactId>security-tests</artifactId>
<name>Taverna 2 security tests</name>
<dependencies>
<dependency>
<groupId>net.sf.taverna.t2.security</groupId>
<artifactId>credential-manager</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.ui-components</groupId>
<artifactId>credential-manager-ui</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.security</groupId>
<artifactId>security-profiles</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>