<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.cxf</groupId>
        <artifactId>cxf-parent</artifactId>
        <version>3.5.5</version>
        <relativePath>../../../parent/pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.services.xkms</groupId>
    <artifactId>cxf-services-xkms-x509-repo-ldap</artifactId>
    <packaging>bundle</packaging>
    <name>Apache CXF XKMS LDAP repository</name>
    <url>https://cxf.apache.org</url>
    
    <properties>
        <cxf.module.name>org.apache.cxf.xkms.x509.ldap</cxf.module.name>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.apache.cxf.services.xkms</groupId>
            <artifactId>cxf-services-xkms-common</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
    
</project>