pom.xml revision 5d968e809e05272e10f85f43b2e4d230af912fec
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd<?xml version="1.0" encoding="UTF-8"?>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd<!--
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd ~
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ Copyright (c) 2013-2014 ForgeRock AS. All Rights Reserved
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding ~ The contents of this file are subject to the terms
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding ~ of the Common Development and Distribution License
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding ~ (the License). You may not use this file except in
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding ~ compliance with the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding ~
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding ~ You can obtain a copy of the License at
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ http://forgerock.org/license/CDDLv1.0.html
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ See the License for the specific language governing
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ permission and limitations under the License.
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ When distributing Covered Code, include this CDDL
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ Header Notice in each file and include the License file
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ at http://forgerock.org/license/CDDLv1.0.html
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ If applicable, add the following below the CDDL Header,
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ with the fields enclosed by brackets [] replaced by
6d9c7d0283713aa8ae15fef7e9bfe2c7bfa73872nd ~ your own identifying information:
7db9f691a00ead175b03335457ca296a33ddf31bnd ~ "Portions Copyrighted [year] [name of copyright owner]"
3577f1d38e53397f6b431c02011f875316b2f070nd -->
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd<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">
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <modelVersion>4.0.0</modelVersion>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <parent>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>openidm-project</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.forgerock.openidm</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <version>4.0.0-SNAPSHOT</version>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </parent>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>openidm-security</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <packaging>bundle</packaging>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <name>OpenIDM security service</name>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <description>This bundle is a simple CA to manage certificates and key in JKS</description>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <dependencies>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.forgerock.openidm</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>openidm-router</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <version>${project.version}</version>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <!-- TODO Remove this jetty dependency -->
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.forgerock.openidm</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>openidm-jetty-fragment</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <version>${project.version}</version>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.forgerock.openidm</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>openidm-repo</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <version>${project.version}</version>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <dependency>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <groupId>org.bouncycastle</groupId>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <artifactId>bcmail-jdk16</artifactId>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <version>1.46</version>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <!-- Provided OSGi Dependencies -->
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.osgi</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>org.osgi.core</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <scope>provided</scope>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <groupId>org.apache.felix</groupId>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <artifactId>org.apache.felix.framework</artifactId>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <scope>provided</scope>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm </dependency>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <dependency>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <groupId>org.osgi</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>org.osgi.compendium</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <scope>provided</scope>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <!-- Provided Dependencies -->
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.apache.felix</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>org.apache.felix.scr.annotations</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <scope>provided</scope>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <!-- Test Dependencies -->
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <dependency>
12c00f84aa280c91394cd505ce568a178b7e46c8noodl <groupId>org.testng</groupId>
12c00f84aa280c91394cd505ce568a178b7e46c8noodl <artifactId>testng</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <scope>test</scope>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.easytesting</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>fest-assert-core</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <scope>test</scope>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <groupId>org.mockito</groupId>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <artifactId>mockito-all</artifactId>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <scope>test</scope>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm </dependency>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm </dependencies>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <build>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <plugins>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <plugin>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <groupId>org.apache.felix</groupId>
7e555578c1e547eefd1d9bac7a03383b4ab1be38noodl <artifactId>maven-scr-plugin</artifactId>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <executions>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <execution>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <id>generate-scr-scrdescriptor</id>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <goals>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <goal>scr</goal>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm </goals>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm </execution>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm </executions>
7e555578c1e547eefd1d9bac7a03383b4ab1be38noodl </plugin>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <plugin>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <groupId>org.apache.felix</groupId>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <artifactId>maven-bundle-plugin</artifactId>
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim <extensions>true</extensions>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm <configuration>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <instructions>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Bundle-Activator>org.forgerock.openidm.security.Activator</Bundle-Activator>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </instructions>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </configuration>
2dfdab5b5b1fe6cfa92276dca44457c7fe384625colm </plugin>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </plugins>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </build>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd</project>
7e555578c1e547eefd1d9bac7a03383b4ab1be38noodl