<?xml version="1.0" encoding="ISO-8859-1"?>
<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>build</artifactId>
    <version>1.0.2</version>
  </parent>
  <artifactId>apacheds-core-shared</artifactId>
  <name>ApacheDS Core Shared</name>
  <description>
    Shared classes between the core plugin and the core to prevent cyclic
    dependencies since the core uses the core plugin.
  </description>
  <packaging>jar</packaging>
</project>

