Download apacheds-test-framework-1.5.7.jar file

Introduction

You can download apacheds-test-framework-1.5.7.jar in this page.

License

Apache Open Source

Type List

apacheds-test-framework-1.5.7.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.directory.server/apacheds-test-framework/pom.properties
META-INF/maven/org.apache.directory.server/apacheds-test-framework/pom.xml
org.apache.directory.server.core.integ.AbstractLdapTestUnit.class
org.apache.directory.server.core.integ.FrameworkRunner.class
org.apache.directory.server.core.integ.FrameworkSuite.class

Pom

apacheds-test-framework-1.5.7.pom file content.

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

POM Entry

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

Download

If you think the following apacheds-test-framework-1.5.7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download apacheds-test-framework-1.5.7.jar file




PreviousNext

Related