blob: 388802ea2de446fc00eb21500951ed128c8ad1d3 [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>1.5</version>
</parent>
<groupId>net.sf.taverna.t2.security</groupId>
<artifactId>credential-manager</artifactId>
<name>Credential manager</name>
<dependencies>
<!--
<dependency>
<groupId>net.sf.taverna.t2.lang</groupId>
<artifactId>ui</artifactId>
<version>${t2.lang.version}</version>
</dependency>
-->
<dependency>
<groupId>net.sf.taverna.t2.infrastructure</groupId>
<artifactId>spi-discovery-api</artifactId>
<version>${t2.infrastructure.version}</version>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>${bcprov.jdk16.version}</version>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.infrastructure</groupId>
<artifactId>appconfig</artifactId>
<version>${t2.infrastructure.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<!--
<dependency>
<groupId>BrowserLauncher2</groupId>
<artifactId>BrowserLauncher2</artifactId>
<version>1.3</version>
</dependency>
-->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<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>
</repositories>
</project>