blob: 87164427d7d5f70886aba760970cbafa879a8279 [file] [log] [blame]
<?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>apacheds-parent</artifactId>
<version>1.0.3-SNAPSHOT</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>