pom.xml revision 625e53b81e28bce5a207ff7a75f399f4d85a9529
c3d42e13d2a7c3749229498658aec34e7e4fd0a0Christian Maeder ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6034a40f7444be44812edc9819de3b184220e4cbChristian Maeder ~ Copyright (c) 2012-2014 ForgeRock AS. All Rights Reserved
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski ~ The contents of this file are subject to the terms
c3d42e13d2a7c3749229498658aec34e7e4fd0a0Christian Maeder ~ of the Common Development and Distribution License
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski ~ (the License). You may not use this file except in
c673000621dd506e5fc7babf8ca6303b7fcefc14Christian Maeder ~ compliance with the License.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder ~ You can obtain a copy of the License at
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski ~ http://forgerock.org/license/CDDLv1.0.html
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski ~ See the License for the specific language governing
2f65d931e866162d39d09c43021a55314040b377Christian Maeder ~ permission and limitations under the License.
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder ~ When distributing Covered Code, include this CDDL
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder ~ Header Notice in each file and include the License file
036037a4510ea63a81a4829ad0c11ef39b2391b0Christian Maeder ~ at http://forgerock.org/license/CDDLv1.0.html
46ed65e4c2913e0cf1bf84e9363685bd932b04c9Christian Maeder ~ If applicable, add the following below the CDDL Header,
613bf0ed7d98a961755408ead328687ec17f74fdChristian Maeder ~ with the fields enclosed by brackets [] replaced by
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski ~ your own identifying information:
2f65d931e866162d39d09c43021a55314040b377Christian Maeder ~ "Portions Copyrighted [year] [name of copyright owner]"
80f5899bc42f833b3ed367d63d6151fa7e3c5ccbChristian Maeder<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">
62dd3cd58cda003c32ac69ff12dc82b0a6f5d9d3Christian Maeder <name>OpenIDM Cluster Management Bundle</name>
62dd3cd58cda003c32ac69ff12dc82b0a6f5d9d3Christian Maeder <description>This bundle simulates cluster</description>
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder <dependencies>
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder <artifactId>openidm-enhanced-config</artifactId>
24d85869005a9175634792b34d2234c0a63215cbChristian Maeder </dependency>
2857cf346f2387af92b04a43c41e829c00664ed1cmaeder <dependency>
88742725989560e29a45dcef33ebd87e97e5f967Jonathan von Schroeder <artifactId>openidm-router</artifactId>
ad3ebaa39d875ef0069f3b8084c8a17432073cf9Christian Maeder </dependency>
88742725989560e29a45dcef33ebd87e97e5f967Jonathan von Schroeder <groupId>org.forgerock.openidm</groupId>
88742725989560e29a45dcef33ebd87e97e5f967Jonathan von Schroeder <artifactId>openidm-repo</artifactId>
ad3ebaa39d875ef0069f3b8084c8a17432073cf9Christian Maeder </dependency>
2857cf346f2387af92b04a43c41e829c00664ed1cmaeder <!-- Provided OSGi Dependencies -->
c4ba3e20a432419afff01558e425e00be42871d8Christian Maeder </dependency>
ad3ebaa39d875ef0069f3b8084c8a17432073cf9Christian Maeder <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
ad3ebaa39d875ef0069f3b8084c8a17432073cf9Christian Maeder <artifactId>org.apache.felix.framework</artifactId>
c962b775a1084a2013cdf23fd1e4a91a7994daa2Christian Maeder </dependency>
85078a17c8b15bdab3e3ccae95449eff7660e4a8Jonathan von Schroeder <artifactId>org.osgi.compendium</artifactId>
85078a17c8b15bdab3e3ccae95449eff7660e4a8Jonathan von Schroeder <!-- Provided Dependencies -->
ad3ebaa39d875ef0069f3b8084c8a17432073cf9Christian Maeder <artifactId>org.apache.felix.scr.annotations</artifactId>
ad3ebaa39d875ef0069f3b8084c8a17432073cf9Christian Maeder </dependencies>
85078a17c8b15bdab3e3ccae95449eff7660e4a8Jonathan von Schroeder <artifactId>maven-scr-plugin</artifactId>
ad3ebaa39d875ef0069f3b8084c8a17432073cf9Christian Maeder </executions>
c962b775a1084a2013cdf23fd1e4a91a7994daa2Christian Maeder <artifactId>maven-bundle-plugin</artifactId>