pom.xml revision e25d61070d8aad83f29bea8cbe98d547442f4566
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu<?xml version="1.0" encoding="UTF-8"?>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ The contents of this file are subject to the terms
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ of the Common Development and Distribution License
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ (the License). You may not use this file except in
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ compliance with the License.
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ You can obtain a copy of the License at
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ http://forgerock.org/license/CDDLv1.0.html
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ See the License for the specific language governing
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ permission and limitations under the License.
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance ~ When distributing Covered Code, include this CDDL
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ Header Notice in each file and include the License file
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ at http://forgerock.org/license/CDDLv1.0.html
45e34c7696f9dd6163686ff6798b33a126590fa2Felix Gabriel Mance ~ If applicable, add the following below the CDDL Header,
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ with the fields enclosed by brackets [] replaced by
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ your own identifying information:
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu ~ "Portions Copyrighted [year] [name of copyright owner]"
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu<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">
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <groupId>org.forgerock.openidm</groupId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>openidm-project</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>openidm-config</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <name>OpenIDM Configuration Bundle</name>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <description>This bundle ...</description>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <groupId>org.forgerock.openidm</groupId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>openidm-enhanced-config</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <version>${openidm.version}</version>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <groupId>org.forgerock.openidm</groupId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>openidm-repo</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <version>${openidm.version}</version>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <groupId>org.forgerock.openidm</groupId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>openidm-router</artifactId>
e24ad3f655daa60ddabe690e4b11de3187996c16cmaeder </dependency>
0a65899b09e78455a94af9128455f6613441ab71cmaeder <!-- Provided OSGi Dependencies -->
e24ad3f655daa60ddabe690e4b11de3187996c16cmaeder <dependency>
e24ad3f655daa60ddabe690e4b11de3187996c16cmaeder </dependency>
e24ad3f655daa60ddabe690e4b11de3187996c16cmaeder <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>org.apache.felix.framework</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>org.osgi.compendium</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <!-- Provided Dependencies -->
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>org.apache.felix.configadmin</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>org.apache.felix.fileinstall</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>org.apache.felix.scr.annotations</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <!-- Test Dependencies -->
45e34c7696f9dd6163686ff6798b33a126590fa2Felix Gabriel Mance <artifactId>fest-assert-core</artifactId>
0a65899b09e78455a94af9128455f6613441ab71cmaeder </dependency>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu </dependencies>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <directory>${basedir}/src/main/java</directory>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>maven-scr-plugin</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <artifactId>maven-bundle-plugin</artifactId>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <configuration>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu <Bundle-Activator>org.forgerock.openidm.config.persistence.Activator</Bundle-Activator>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu </instructions>
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu </configuration>