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