pom.xml revision 8f773663771d2e963f85e4d11ff81f5d128ddd57
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<?xml version="1.0" encoding="UTF-8"?>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major The contents of this file are subject to the terms of the Common Development and
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major Distribution License (the License). You may not use this file except in compliance with the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major specific language governing permission and limitations under the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major When distributing Covered Software, include this CDDL Header Notice in each file and include
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major Header, with the fields enclosed by brackets [] replaced by your own identifying
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major information: "Portions Copyrighted [year] [name of copyright owner]".
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major Copyright © 2011 ForgeRock AS. All rights reserved.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major-->
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Majorxsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <modelVersion>4.0.0</modelVersion>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openidm</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-project</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <version>2.0.0-SNAPSHOT</version>
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins </parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-audit</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>OpenIDM audit module</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <packaging>bundle</packaging>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependencies>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openidm</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-repo</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <version>${openidm.version}</version>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openidm</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-util</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <version>${openidm.version}</version>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.osgi</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.osgi.core</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>provided</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.osgi</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.osgi.compendium</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>provided</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.apache.felix</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.apache.felix.scr.annotations</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>provided</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.slf4j</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>slf4j-api</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <!-- Test Dependencies -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.easytesting</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>fest-assert</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>test</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.testng</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>testng</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>test</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependencies>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <build>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <plugins>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <plugin>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <groupId>org.apache.felix</groupId>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <artifactId>maven-scr-plugin</artifactId>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <executions>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <execution>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <id>generate-scr-scrdescriptor</id>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <goals>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <goal>scr</goal>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </goals>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </execution>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts </executions>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts </plugin>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <plugin>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <groupId>org.apache.felix</groupId>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <artifactId>maven-bundle-plugin</artifactId>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <extensions>true</extensions>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <configuration>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <instructions>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <Import-Package>*</Import-Package>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <Private-Package>org.forgerock.openidm.audit.impl.*</Private-Package>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <Export-Package>!org.forgerock.openidm.audit.impl.*,org.forgerock.openidm.audit.*;version="${openidm.version}"</Export-Package>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley </instructions>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley </configuration>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley </plugin>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley </plugins>
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpotts </build>
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpotts</project>
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpotts