pom.xml revision 16bb6e2967d76a01951e5cfe34178a57116778dc
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington<?xml version="1.0" encoding="UTF-8"?>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington<!--
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill CunningtonThe contents of this file are subject to the terms of the Common Development and
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill CunningtonDistribution License (the License). You may not use this file except in compliance with the
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill CunningtonLicense.
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill CunningtonYou can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunningtonspecific language governing permission and limitations under the License.
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill CunningtonWhen distributing Covered Software, include this CDDL Header Notice in each file and include
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunningtonthe License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill CunningtonHeader, with the fields enclosed by brackets [] replaced by your own identifying
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunningtoninformation: "Portions Copyrighted [year] [name of copyright owner]".
9c0cc7f3d7d7af7aec867136bf73a9324dcfced1Kohei Tamura
9c0cc7f3d7d7af7aec867136bf73a9324dcfced1Kohei TamuraCopyright 2014-2015 ForgeRock AS.
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington-->
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill 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">
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <modelVersion>4.0.0</modelVersion>
2dd75eff92ef66e22cca286b6f4fe5a9c929af9dPhill Cunnington
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington <parent>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington <groupId>org.forgerock.openam</groupId>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington <artifactId>openam</artifactId>
f6bcea5521069355d19e6800758b1a09b41fc93eJames Phillpotts <version>13.0.0-RC1</version>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington </parent>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington <name>OpenAM HTTP client</name>
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <description>Common HTTP client implementation used by ForgeRock OpenAM custom scripting modules</description>
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <url>https://svn.forgerock.org/openam/branches/sprint_57_script_auth_module/openam/openam-http-client</url>
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <artifactId>openam-http-client</artifactId>
f6bcea5521069355d19e6800758b1a09b41fc93eJames Phillpotts
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <licenses>
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <license>
af38905e8a5231702db169603d942d5d2e0c4332David Luna <name>CDDL 1.0</name>
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <url>http://www.opensource.org/licenses/CDDL-1.0</url>
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <comments>Common Development and Distribution License (CDDL) 1.0.
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna This license applies as indicated in the source files.</comments>
b0491c4f85ca26956dd6f86551acc46dcd07d96dDavid Luna <distribution>repo</distribution>
a6efd22c77711ddb3990575cb464ee8e090c06edquentin Castel </license>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington </licenses>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington <issueManagement>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington <system>Jira</system>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington <url>https://bugster.forgerock.org/jira/browse/COMMONS</url>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington </issueManagement>
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington
2dd75eff92ef66e22cca286b6f4fe5a9c929af9dPhill Cunnington <scm>
33908fb93167e643fbb21b47d87c5b632df0dc59Phill Cunnington <url>https://svn.forgerock.org/commons/forgerock-http-client/trunk</url>
ea638110c21c38c8ac82a37e52e638eed30ba64eDavid Luna <connection>scm:svn:https://svn.forgerock.org/commons/forgerock-http-client/trunk</connection>
33908fb93167e643fbb21b47d87c5b632df0dc59Phill Cunnington <developerConnection>scm:svn:https://svn.forgerock.org/commons/forgerock-http-client/trunk</developerConnection>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <tag>13.0.0-RC1</tag>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington </scm>
f6bcea5521069355d19e6800758b1a09b41fc93eJames Phillpotts
c475f480562ac15b83510df11cf52fc4fe5a2294Phill Cunnington <repositories>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <repository>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <id>forgerock-staging-repository</id>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <name>ForgeRock Release Repository</name>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <url>http://maven.forgerock.org/repo/releases</url>
af38905e8a5231702db169603d942d5d2e0c4332David Luna <snapshots>
4ccae7e16b9ab014016a21612e4b9a62739f73d6tom.rumsey@forgerock.com <enabled>false</enabled>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington </snapshots>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington </repository>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <repository>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <id>forgerock-snapshots-repository</id>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <name>ForgeRock Snapshot Repository</name>
eecacd7d5dccfdf1b55e7555b2339d9aecba678aPhill Cunnington <url>http://maven.forgerock.org/repo/snapshots</url>
109d6d2dfb8e7b925aafcd3a1f43dcb1658f3f28James Phillpotts <releases>
c475f480562ac15b83510df11cf52fc4fe5a2294Phill Cunnington <enabled>false</enabled>
c475f480562ac15b83510df11cf52fc4fe5a2294Phill Cunnington </releases>
f6bcea5521069355d19e6800758b1a09b41fc93eJames Phillpotts </repository>
a093731116a8c24d49b903df7602cf586e499b45Phill Cunnington </repositories>
dc95cd32a259f4595bac745b68b75b1414bfd2d5James Phillpotts
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <dependencies>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <dependency>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <groupId>org.forgerock.commons</groupId>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <artifactId>forgerock-guice-core</artifactId>
33908fb93167e643fbb21b47d87c5b632df0dc59Phill Cunnington </dependency>
af38905e8a5231702db169603d942d5d2e0c4332David Luna <dependency>
af38905e8a5231702db169603d942d5d2e0c4332David Luna <groupId>org.forgerock.http</groupId>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <artifactId>chf-http-core</artifactId>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington </dependency>
33908fb93167e643fbb21b47d87c5b632df0dc59Phill Cunnington <dependency>
558c2b62dd2867121c656f428e4f74f7aa945c81Peter Major <groupId>org.restlet.jee</groupId>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <artifactId>org.restlet</artifactId>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington </dependency>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <dependency>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <groupId>org.forgerock.commons</groupId>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington <artifactId>forgerock-util</artifactId>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington </dependency>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington </dependencies>
756d4b8bce5a58e5bd8fe686688b6c42d2e7052bPhill Cunnington
38b0d0b463621f0eb5e057bd6d575223f36f0f26Kamal Sivanandam</project>