Maven Repository - POM file for Directory Server apacheds-test-framework 1.5.7 1.5.7

Summary

ApacheDS Test Framework.

test framework for integration tests without depending on the InheritableSettings.

Declaration

Here is the list of declaration for apacheds-test-framework. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.directory.server</groupId>
   <artifactId>apacheds-test-framework</artifactId>
   <version>1.5.7</version>
</dependency>

If you think this Maven repository POM file listing for apacheds-test-framework is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the apacheds-test-framework-1.5.7.jar

org.apache.directory.server.core.integ




POM File Source

Here is the content of the POM file.

<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.7</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>