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