Maven Repository - POM file for Directory Server apacheds-core-annotations 1.5.7 1.5.7

Summary

ApacheDS Core Annotations.

Annotations used to define a DirectoryService.

Declaration

Here is the list of declaration for apacheds-core-annotations. 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-core-annotations</artifactId>
   <version>1.5.7</version>
</dependency>

If you think this Maven repository POM file listing for apacheds-core-annotations 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-core-annotations-1.5.7.jar

org.apache.directory.server.core.annotations
org.apache.directory.server.core.factory




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-core-annotations</artifactId>
  <packaging>jar</packaging>
  <name>ApacheDS Core Annotations</name>
  <description>Annotations used to define a DirectoryService</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-core-jndi</artifactId>
      <groupId>${groupId}</groupId>
      <version>${version}</version>
    </dependency>

    <dependency>
      <artifactId>apacheds-jdbm-partition</artifactId>
      <groupId>${groupId}</groupId>
      <version>${version}</version>
    </dependency>

    <dependency>
      <artifactId>apacheds-ldif-partition</artifactId>
      <groupId>${groupId}</groupId>
      <version>${version}</version>
    </dependency>
  </dependencies>
</project>