pom.xml revision 16da4d7a435b27b267096d9cabbcae37973c4bcb
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin<?xml version="1.0" encoding="UTF-8"?>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ The contents of this file are subject to the terms
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ of the Common Development and Distribution License
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ (the License). You may not use this file except in
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc ~ compliance with the License.
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ You can obtain a copy of the License at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ http://forgerock.org/license/CDDLv1.0.html
2e545ce2450a9953665f701bb05350f0d3f26275nd ~ See the License for the specific language governing
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ permission and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ When distributing Covered Code, include this CDDL
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ Header Notice in each file and include the License file
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ at http://forgerock.org/license/CDDLv1.0.html
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen ~ If applicable, add the following below the CDDL Header,
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ with the fields enclosed by brackets [] replaced by
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ your own identifying information:
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin ~ "Portions Copyrighted [year] [name of copyright owner]"
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin -->
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin<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">
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <modelVersion>4.0.0</modelVersion>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <parent>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <groupId>org.forgerock.openidm</groupId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <artifactId>openidm-project</artifactId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <version>3.2.0-SNAPSHOT</version>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin </parent>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <artifactId>openidm-audit</artifactId>
f2dddcb17c7d7e94cc69563d3c99f9d035224ecctrawick <packaging>bundle</packaging>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <name>OpenIDM Audit Bundle</name>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <description>This bundle ...</description>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <dependencies>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <groupId>org.forgerock.commons</groupId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <artifactId>script-common</artifactId>
a99c5d4cc3cab6a62b04d52000dbc22ce1fa2d94coar </dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <groupId>org.forgerock.commons</groupId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <artifactId>forgerock-audit-core</artifactId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin </dependency>
0fff3a0d83319f226dc84f0ffbf9b3ac0030f170trawick <dependency>
0fff3a0d83319f226dc84f0ffbf9b3ac0030f170trawick <groupId>org.forgerock.commons</groupId>
0fff3a0d83319f226dc84f0ffbf9b3ac0030f170trawick <artifactId>forgerock-audit-json</artifactId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin </dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <groupId>org.forgerock.openidm</groupId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <artifactId>openidm-enhanced-config</artifactId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <version>${project.version}</version>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin </dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <groupId>org.forgerock.openidm</groupId>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <artifactId>openidm-smartevent</artifactId>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <version>${project.version}</version>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin </dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <dependency>
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <groupId>org.forgerock.openidm</groupId>
727872d18412fc021f03969b8641810d8896820bhumbedooh <artifactId>openidm-core</artifactId>
0d0ba3a410038e179b695446bb149cce6264e0abnd <version>${project.version}</version>
727872d18412fc021f03969b8641810d8896820bhumbedooh </dependency>
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh
0d0ba3a410038e179b695446bb149cce6264e0abnd <!-- Provided OSGi Dependencies -->
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh <dependency>
727872d18412fc021f03969b8641810d8896820bhumbedooh <groupId>org.osgi</groupId>
0d0ba3a410038e179b695446bb149cce6264e0abnd <artifactId>org.osgi.core</artifactId>
0d0ba3a410038e179b695446bb149cce6264e0abnd <scope>provided</scope>
0d0ba3a410038e179b695446bb149cce6264e0abnd </dependency>
ac082aefa89416cbdc9a1836eaf3bed9698201c8humbedooh <dependency>
0d0ba3a410038e179b695446bb149cce6264e0abnd <groupId>org.osgi</groupId>
0d0ba3a410038e179b695446bb149cce6264e0abnd <artifactId>org.osgi.compendium</artifactId>
0d0ba3a410038e179b695446bb149cce6264e0abnd <scope>provided</scope>
727872d18412fc021f03969b8641810d8896820bhumbedooh </dependency>
0d0ba3a410038e179b695446bb149cce6264e0abnd
0d0ba3a410038e179b695446bb149cce6264e0abnd <!-- Provided Dependencies -->
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <dependency>
205f749042ed530040a4f0080dbcb47ceae8a374rjung <groupId>org.apache.felix</groupId>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen <artifactId>org.apache.felix.scr.annotations</artifactId>
0d0ba3a410038e179b695446bb149cce6264e0abnd <scope>provided</scope>
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd </dependency>
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd <!-- Test Dependencies -->
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin <dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-javascript</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<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>
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>