<?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.shared</groupId>
    <artifactId>build</artifactId>
    <version>0.9.5.5</version>
  </parent>
  <artifactId>shared-asn1</artifactId>
  <name>Apache Directory ASN.1 Shared</name>
  <packaging>jar</packaging>  
  <distributionManagement>
    <site>
      <id>apacheds.websites</id>
      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/asn1/</url>
    </site>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.0</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>

