pom.xml revision 1101d35be31e763f91f4570709d4e098dac82bb0
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington<?xml version="1.0" encoding="UTF-8"?>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington<!--
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ The contents of this file are subject to the terms
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ of the Common Development and Distribution License
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ (the License). You may not use this file except in
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ compliance with the License.
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ You can obtain a copy of the License at
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ http://forgerock.org/license/CDDLv1.0.html
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ See the License for the specific language governing
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ permission and limitations under the License.
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ When distributing Covered Code, include this CDDL
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ Header Notice in each file and include the License file
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ at http://forgerock.org/license/CDDLv1.0.html
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ If applicable, add the following below the CDDL Header,
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ with the fields enclosed by brackets [] replaced by
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ your own identifying information:
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ "Portions Copyrighted [year] [name of copyright owner]"
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington -->
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington<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">
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <modelVersion>4.0.0</modelVersion>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <parent>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <artifactId>openidm-project</artifactId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <groupId>org.forgerock.openidm</groupId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <version>3.1.0-RC2-SNAPSHOT</version>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington </parent>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <artifactId>openidm-provisioner</artifactId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <packaging>bundle</packaging>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <name>OpenIDM Provisioner System Bundle</name>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <description>The bundle provides the CRUD functionality for system objects.</description>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <properties>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <openidm.osgi.import.before.defaults>!org.testng.annotations,!com_cenqua_clover</openidm.osgi.import.before.defaults>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington </properties>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <dependencies>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <dependency>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <groupId>org.forgerock.openidm</groupId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <artifactId>openidm-system</artifactId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-quartz-fragment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-slf4j</artifactId>
</dependency>
<!-- Provided OSGi Dependencies -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
<!-- Provided Dependencies -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<executions>
<execution>
<id>generate-scr-scrdescriptor</id>
<goals>
<goal>scr</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Private-Package>org.forgerock.openidm.provisioner.impl.*</Private-Package>
<Export-Package>
org.forgerock.openidm.provisioner;version="${project.version}"
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>