pom.xml revision 610c44b8740b31fbcb53632c8478698af5183aeb
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ Copyright (c) 2012-2013 ForgeRock AS. All Rights Reserved
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ The contents of this file are subject to the terms
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ of the Common Development and Distribution License
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ (the License). You may not use this file except in
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ compliance with the License.
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ You can obtain a copy of the License at
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ http://forgerock.org/license/CDDLv1.0.html
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ See the License for the specific language governing
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ permission and limitations under the License.
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer ~ When distributing Covered Code, include this CDDL
9b01b265715d725c17d51619d297bbb97f37d1b5Thiemo Wiedemeyer ~ Header Notice in each file and include the License file
9b01b265715d725c17d51619d297bbb97f37d1b5Thiemo Wiedemeyer ~ at http://forgerock.org/license/CDDLv1.0.html
9b01b265715d725c17d51619d297bbb97f37d1b5Thiemo Wiedemeyer ~ If applicable, add the following below the CDDL Header,
32d98ca5e560cf6c1062a0463be4c350af32bed5Thiemo Wiedemeyer ~ with the fields enclosed by brackets [] replaced by
c7f4a6ff1152bff4eb0025eb70cfb2d96b55d4d8Thiemo Wiedemeyer ~ your own identifying information:
c7f4a6ff1152bff4eb0025eb70cfb2d96b55d4d8Thiemo Wiedemeyer ~ "Portions Copyrighted [year] [name of copyright owner]"
9b01b265715d725c17d51619d297bbb97f37d1b5Thiemo Wiedemeyer<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">
e712adb726cd173bb9414d7e579f451032ce6846Thiemo Wiedemeyer <artifactId>openidm-infoservice</artifactId>
6e2c6baa4352577819386beb3a21d7c247eab52cThiemo Wiedemeyer <description>This bundle gives some information about OpenIDM via /info</description>
6e2c6baa4352577819386beb3a21d7c247eab52cThiemo Wiedemeyer <dependencies>
c7f4a6ff1152bff4eb0025eb70cfb2d96b55d4d8Thiemo Wiedemeyer <artifactId>openidm-enhanced-config</artifactId>
c7f4a6ff1152bff4eb0025eb70cfb2d96b55d4d8Thiemo Wiedemeyer <!-- Provided OSGi Dependencies -->
82f26566be786b8ed09a2312c2ad46153d264646Thiemo Wiedemeyer <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
4aceef84194986a2585642b298d88067358e605aChristian Maeder <artifactId>org.apache.felix.framework</artifactId>
3c39e5cbfd4e6d547e2f7a9505a5d39c32118186cmaeder </dependency>
5ee9c3b2afb91936242d34ebb8bd370b8080bcd9Thiemo Wiedemeyer <!-- Provided Dependencies -->
9b01b265715d725c17d51619d297bbb97f37d1b5Thiemo Wiedemeyer <artifactId>org.apache.felix.scr.annotations</artifactId>
9b01b265715d725c17d51619d297bbb97f37d1b5Thiemo Wiedemeyer <!-- Test Dependencies -->
6842db903edc81c887da002342153795124d9bacChristian Maeder </dependencies>
92d79cd0ad22cf74b345e1381d806ffc364d9ea1Thiemo Wiedemeyer <artifactId>maven-bundle-plugin</artifactId>