blob: ca85661008b341003fdb2d8869a57dd3dc340e0f [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.directory.server</groupId>
<artifactId>build</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>shared-asn1-osgi</artifactId>
<name>ApacheDS Shared ASN1 Library</name>
<description>
The ApacheDS Shared ASN1 Library packaged as an OSGi bundle.
</description>
<packaging>osgi-bundle</packaging>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>nlog4j</artifactId>
<version>1.2.19</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap</artifactId>
<version>0.9.6-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-asn1</artifactId>
<version>0.9.6-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-asn1</artifactId>
</exclusion>
<exclusion>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix.plugins</groupId>
<artifactId>maven-osgi-plugin</artifactId>
<version>0.8.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<osgiManifest>
<bundleName>ApacheDS Shared ASN1 Library Bundle</bundleName>
<bundleVendor>Apache Software Foundation</bundleVendor>
<bundleCategory>ApacheDS Library</bundleCategory>
<bundleDescription>
A bundle that registers the Apache Directory Shared ASN1 Library.
</bundleDescription>
<importPackage>
org.slf4j
</importPackage>
<exportPackage>
org.apache.directory.shared.asn1,org.apache.directory.shared.asn1.ber,org.apache.directory.shared.asn1.ber.grammar,org.apache.directory.shared.asn1.ber.tlv,org.apache.directory.shared.asn1.codec,org.apache.directory.shared.asn1.codec.stateful,org.apache.directory.shared.asn1.der,org.apache.directory.shared.asn1.primitives,org.apache.directory.shared.asn1.util
</exportPackage>
</osgiManifest>
</configuration>
</plugin>
</plugins>
</build>
</project>