blob: d86e22be601aa8dd802033dd1beb09f0b2687edb [file] [log] [blame]
<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>org.apache.directory.server</groupId>
<artifactId>apacheds-parent</artifactId>
<version>1.5.8-SNAPSHOT</version>
</parent>
<artifactId>apacheds-test-framework</artifactId>
<name>ApacheDS Test Framework</name>
<packaging>jar</packaging>
<description>
test framework for integration tests without depending on the InheritableSettings
</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<artifactId>apacheds-i18n</artifactId>
<groupId>${groupId}</groupId>
<version>${version}</version>
</dependency>
<dependency>
<artifactId>apacheds-server-annotations</artifactId>
<groupId>${groupId}</groupId>
<version>${version}</version>
</dependency>
</dependencies>
</project>