pom.xml revision 5d968e809e05272e10f85f43b2e4d230af912fec
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington<?xml version="1.0" encoding="UTF-8"?>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington<!--
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ The contents of this file are subject to the terms
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ of the Common Development and Distribution License
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ (the License). You may not use this file except in
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ compliance with the License.
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ You can obtain a copy of the License at
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ http://forgerock.org/license/CDDLv1.0.html
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ See the License for the specific language governing
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ permission and limitations under the License.
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ When distributing Covered Code, include this CDDL
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ Header Notice in each file and include the License file
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ at http://forgerock.org/license/CDDLv1.0.html
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ If applicable, add the following below the CDDL Header,
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ with the fields enclosed by brackets [] replaced by
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington ~ your own identifying information:
5d4589530d1353fdd627ab216a1cdcbcaf6b705ejenkins ~ "Portions Copyrighted [year] [name of copyright owner]"
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington -->
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington<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">
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <modelVersion>4.0.0</modelVersion>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <parent>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <groupId>org.forgerock.openidm</groupId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <artifactId>openidm-project</artifactId>
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts <version>4.0.0-SNAPSHOT</version>
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts </parent>
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts <artifactId>openidm-enhanced-config</artifactId>
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts <packaging>bundle</packaging>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <name>OpenIDM Enhanced Configuration Bundle</name>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <description>This bundle simplifies the JSON configuration for SCR services</description>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <dependencies>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <dependency>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <groupId>org.forgerock.openidm</groupId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <artifactId>openidm-crypto</artifactId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <version>${project.version}</version>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington </dependency>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <!-- Provided OSGi Dependencies -->
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <dependency>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <groupId>org.osgi</groupId>
a6fc9ae6bd096a653649fdf8e4189f102dd4cdf2Phill Cunnington <artifactId>org.osgi.core</artifactId>
a6fc9ae6bd096a653649fdf8e4189f102dd4cdf2Phill Cunnington <scope>provided</scope>
a6fc9ae6bd096a653649fdf8e4189f102dd4cdf2Phill Cunnington </dependency>
a6fc9ae6bd096a653649fdf8e4189f102dd4cdf2Phill Cunnington <dependency>
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts <groupId>org.osgi</groupId>
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts <artifactId>org.osgi.compendium</artifactId>
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts <scope>provided</scope>
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts </dependency>
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts <!-- Test Dependencies -->
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts <dependency>
6b055fbf69118e3dee2cef69195b41f54029e09eJames Phillpotts <groupId>org.testng</groupId>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington <artifactId>testng</artifactId>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington <scope>test</scope>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington </dependency>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington <dependency>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington <groupId>org.easytesting</groupId>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington <artifactId>fest-assert-core</artifactId>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington <scope>test</scope>
9dc0bc74a8acbd729d3d316f53c20901662d0283Phill Cunnington </dependency>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <dependency>
568e7121664e2ad34a90bf97ae9129134a8ce408Phill Cunnington <groupId>org.apache.felix</groupId>
d72b59ef0fcc0226a5a655ad967e4c24729afa3ePhill Cunnington <artifactId>org.apache.felix.scr.annotations</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<executions>
<execution>
<id>generate-scr-scrdescriptor</id>
<goals>
<goal>scr</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>