pom.xml revision 3adae48283fdd3575a84ee009bbd7e2967b73a1b
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ The contents of this file are subject to the terms
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ of the Common Development and Distribution License
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ (the License). You may not use this file except in
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ compliance with the License.
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ You can obtain a copy of the License at
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ http://forgerock.org/license/CDDLv1.0.html
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ See the License for the specific language governing
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ permission and limitations under the License.
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ When distributing Covered Code, include this CDDL
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ Header Notice in each file and include the License file
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ at http://forgerock.org/license/CDDLv1.0.html
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski ~ If applicable, add the following below the CDDL Header,
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ with the fields enclosed by brackets [] replaced by
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ your own identifying information:
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ "Portions Copyrighted [year] [name of copyright owner]"
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance<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">
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.forgerock.openidm</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>openidm-project</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <description>This bundle contains OpenIDM</description>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <openidm.osgi.import.defaults>org.forgerock.json.resource.servlet,org.forgerock.script,org.forgerock.openidm.sync</openidm.osgi.import.defaults>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <dependencies>
f6f50c832e59d06ae11bbfcf94d0df87313c844eFelix Gabriel Mance <groupId>org.forgerock.openidm</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.forgerock.openidm</groupId>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <artifactId>openidm-smartevent</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.forgerock.commons</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <!-- Provided OSGi Dependencies -->
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>org.apache.felix.framework</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>org.osgi.compendium</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <!-- Provided Dependencies -->
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>org.apache.felix.scr.annotations</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <!-- Test Dependencies -->
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>fest-assert-core</artifactId>
7852de3551fc797566ee71165bafe05b6d81728cnotanartist </dependencies>