pom.xml revision 89770737c72ebabf6e5a7610f398eeffa653b05f
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl<?xml version="1.0" encoding="UTF-8"?>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl<!--
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ Copyright (c) 2012-2014 ForgeRock AS. All Rights Reserved
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ The contents of this file are subject to the terms
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ of the Common Development and Distribution License
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ (the License). You may not use this file except in
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ compliance with the License.
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ You can obtain a copy of the License at
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ http://forgerock.org/license/CDDLv1.0.html
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ See the License for the specific language governing
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ permission and limitations under the License.
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ When distributing Covered Code, include this CDDL
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ Header Notice in each file and include the License file
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ at http://forgerock.org/license/CDDLv1.0.html
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ If applicable, add the following below the CDDL Header,
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ with the fields enclosed by brackets [] replaced by
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ your own identifying information:
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl ~ "Portions Copyrighted [year] [name of copyright owner]"
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl -->
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <modelVersion>4.0.0</modelVersion>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <parent>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>openidm-project</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.forgerock.openidm</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <version>3.0.0-SNAPSHOT</version>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </parent>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>openidm-cluster</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <packaging>bundle</packaging>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <name>OpenIDM Cluster Management Bundle</name>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <description>This bundle simulates cluster</description>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <dependencies>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.forgerock.openidm</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>openidm-enhanced-config</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <version>${openidm.version}</version>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.forgerock.openidm</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>openidm-router</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <version>${openidm.version}</version>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <!-- Provided OSGi Dependencies -->
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.osgi</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>org.osgi.core</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <scope>provided</scope>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.apache.felix</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>org.apache.felix.framework</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <scope>provided</scope>
33e54a998f51558faaec82872a59723d2ceadb4fLukas Slebodnik </dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.osgi</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>org.osgi.compendium</artifactId>
33e54a998f51558faaec82872a59723d2ceadb4fLukas Slebodnik <scope>provided</scope>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <!-- Provided Dependencies -->
33e54a998f51558faaec82872a59723d2ceadb4fLukas Slebodnik <dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.apache.felix</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>org.apache.felix.scr.annotations</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <scope>provided</scope>
33e54a998f51558faaec82872a59723d2ceadb4fLukas Slebodnik </dependency>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </dependencies>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <build>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <plugins>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <plugin>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <groupId>org.apache.felix</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>maven-scr-plugin</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <executions>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <execution>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <id>generate-scr-scrdescriptor</id>
33e54a998f51558faaec82872a59723d2ceadb4fLukas Slebodnik <goals>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <goal>scr</goal>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </goals>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </execution>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </executions>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </plugin>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <plugin>
33e54a998f51558faaec82872a59723d2ceadb4fLukas Slebodnik <groupId>org.apache.felix</groupId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <artifactId>maven-bundle-plugin</artifactId>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl <extensions>true</extensions>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </plugin>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </plugins>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl </build>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl</project>
50b8a36b0932a510e825ed1ad8103f81ead2b7d8Pavel Reichl