pom.xml revision fe0690e679028cee9131ef2db5229fe11971049d
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<?xml version="1.0" encoding="UTF-8"?>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<!--
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ The contents of this file are subject to the terms
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ of the Common Development and Distribution License
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ (the License). You may not use this file except in
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ compliance with the License.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ You can obtain a copy of the License at
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ http://forgerock.org/license/CDDLv1.0.html
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ See the License for the specific language governing
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ permission and limitations under the License.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ When distributing Covered Code, include this CDDL
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ Header Notice in each file and include the License file
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ at http://forgerock.org/license/CDDLv1.0.html
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ If applicable, add the following below the CDDL Header,
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ with the fields enclosed by brackets [] replaced by
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ your own identifying information:
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ "Portions Copyrighted [year] [name of copyright owner]"
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<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">
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins <modelVersion>4.0.0</modelVersion>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openidm</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-project</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <version>3.1.0-RC2</version>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-external-rest</artifactId>
5ec701c9f8ccc403ee6fd3e41239df7dcd9faddeBruno Lavit <packaging>bundle</packaging>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>OpenIDM External REST Bundle</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <description>This bundle allows to make individual REST calls via /external/rest</description>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependencies>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openidm</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-enhanced-config</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <version>${project.version}</version>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.restlet.osgi</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.restlet</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.restlet.osgi</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.restlet.ext.httpclient</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.apache.httpcomponents</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>httpclient-osgi</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.apache.httpcomponents</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>httpcore-osgi</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <!-- Provided OSGi Dependencies -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.osgi</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.osgi.core</artifactId>
bf48db3deadd0c664202d879926139b7df9d94f1Peter Major <scope>provided</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.apache.felix</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.apache.felix.framework</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>provided</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.osgi</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.osgi.compendium</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>provided</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <!-- Provided Dependencies -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.apache.felix</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>org.apache.felix.scr.annotations</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>provided</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <!-- Test Dependencies -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.testng</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>testng</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>test</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.easytesting</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>fest-assert-core</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scope>test</scope>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependencies>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <build>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <plugins>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <plugin>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.apache.felix</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>maven-scr-plugin</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <executions>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <execution>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <id>generate-scr-scrdescriptor</id>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <goals>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <goal>scr</goal>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </goals>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington </execution>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington </executions>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington </plugin>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <plugin>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.apache.felix</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>maven-bundle-plugin</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <extensions>true</extensions>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </plugin>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </plugins>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </build>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major</project>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major