pom.xml revision 3adae48283fdd3575a84ee009bbd7e2967b73a1b
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<?xml version="1.0" encoding="UTF-8"?>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ The contents of this file are subject to the terms of the Common Development and
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ Distribution License (the License). You may not use this file except in compliance with the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ~
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ~ specific language governing permission and limitations under the License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ~
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
a78048ccbdb6256da15e6b0e7e95355e480c2301nd ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ information: "Portions copyright [year] [name of copyright owner]".
2e545ce2450a9953665f701bb05350f0d3f26275nd ~
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ Copyright 2014 ForgeRock AS.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen -->
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<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">
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <modelVersion>4.0.0</modelVersion>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen <parent>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <groupId>org.forgerock.openidm</groupId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <artifactId>openidm-project</artifactId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <version>3.1.0-RC1</version>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </parent>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <artifactId>openidm-httpclient-fragment</artifactId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <packaging>bundle</packaging>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <name>OpenIDM Apache HttpClient Fragment</name>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <description>This fragment attaches to Apache HttpClient to import a package that
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end version 4.3.5 of apache client ommitted. This is a temporary fix for
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung https://issues.apache.org/jira/browse/HTTPCLIENT-1547 until the offical
a78048ccbdb6256da15e6b0e7e95355e480c2301nd version of HttpClient 4.3.6 is released.</description>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <build>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <resources>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <resource>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <directory>${basedir}/src/main/java</directory>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <includes>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <include>META-INF/**/*</include>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </includes>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </resource>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </resources>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <plugins>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <plugin>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <groupId>org.apache.felix</groupId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <artifactId>maven-bundle-plugin</artifactId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <extensions>true</extensions>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <configuration>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <instructions>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <Import-Package>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd javax.naming,
a78048ccbdb6256da15e6b0e7e95355e480c2301nd javax.naming.ldap,
a78048ccbdb6256da15e6b0e7e95355e480c2301nd javax.naming.directory
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </Import-Package>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <Fragment-Host>org.apache.httpcomponents.httpclient;bundle-version=4.3.5</Fragment-Host>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </instructions>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </configuration>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </plugin>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </plugins>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </build>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd</project>