pom.xml revision 863460956f3c5be928bd9bd5973933b7658c95a7
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2c786597c67139f4536078aee9c5ef08378908c2nd ~ Copyright (c) 2012 ForgeRock Inc. All rights reserved.
2c786597c67139f4536078aee9c5ef08378908c2nd ~ The contents of this file are subject to the terms
2c786597c67139f4536078aee9c5ef08378908c2nd ~ of the Common Development and Distribution License
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc ~ (the License). You may not use this file except in
2c786597c67139f4536078aee9c5ef08378908c2nd ~ compliance with the License.
2c786597c67139f4536078aee9c5ef08378908c2nd ~ You can obtain a copy of the License at
2c786597c67139f4536078aee9c5ef08378908c2nd ~ See the License for the specific language governing
2c786597c67139f4536078aee9c5ef08378908c2nd ~ permission and limitations under the License.
2c786597c67139f4536078aee9c5ef08378908c2nd ~ When distributing Covered Code, include this CDDL
2c786597c67139f4536078aee9c5ef08378908c2nd ~ Header Notice in each file and include the License file
2c786597c67139f4536078aee9c5ef08378908c2nd ~ If applicable, add the following below the CDDL Header,
2c786597c67139f4536078aee9c5ef08378908c2nd ~ with the fields enclosed by brackets [] replaced by
2c786597c67139f4536078aee9c5ef08378908c2nd ~ your own identifying information:
2c786597c67139f4536078aee9c5ef08378908c2nd ~ "Portions Copyrighted [year] [name of copyright owner]"
2c786597c67139f4536078aee9c5ef08378908c2nd<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2c786597c67139f4536078aee9c5ef08378908c2nd xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2c786597c67139f4536078aee9c5ef08378908c2nd <developers>
2c786597c67139f4536078aee9c5ef08378908c2nd <developer>
2c786597c67139f4536078aee9c5ef08378908c2nd <organizationUrl>http://www.forgerock.com</organizationUrl>
2c786597c67139f4536078aee9c5ef08378908c2nd </developer>
2c786597c67139f4536078aee9c5ef08378908c2nd </developers>
2c786597c67139f4536078aee9c5ef08378908c2nd <properties>
2c786597c67139f4536078aee9c5ef08378908c2nd <!-- Commons JSON versions -->
2c786597c67139f4536078aee9c5ef08378908c2nd <commons.json-fluent.version>1.1.0</commons.json-fluent.version>
2c786597c67139f4536078aee9c5ef08378908c2nd <commons.json-resource.version>1.2.2</commons.json-resource.version>
2c786597c67139f4536078aee9c5ef08378908c2nd <commons.json-patch.version>1.0.0</commons.json-patch.version>
2c786597c67139f4536078aee9c5ef08378908c2nd </properties>
2c786597c67139f4536078aee9c5ef08378908c2nd <configuration>
2c786597c67139f4536078aee9c5ef08378908c2nd <manifest>
2c786597c67139f4536078aee9c5ef08378908c2nd </manifest>
2c786597c67139f4536078aee9c5ef08378908c2nd <manifestEntries>
2c786597c67139f4536078aee9c5ef08378908c2nd <Specification-Title>OpenAM Forgerock REST API</Specification-Title>
2c786597c67139f4536078aee9c5ef08378908c2nd <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
2c786597c67139f4536078aee9c5ef08378908c2nd <Implementation-Title>OpenAM Forgerock REST API</Implementation-Title>
2c786597c67139f4536078aee9c5ef08378908c2nd <Implementation-Version>${project.version} - ${maven.build.timestamp}
2c786597c67139f4536078aee9c5ef08378908c2nd <!-- TODO Add License to Manifest -->
2c786597c67139f4536078aee9c5ef08378908c2nd </manifestEntries>
2c786597c67139f4536078aee9c5ef08378908c2nd </archive>
2c786597c67139f4536078aee9c5ef08378908c2nd </configuration>
2c786597c67139f4536078aee9c5ef08378908c2nd </plugins>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependencies>
2c786597c67139f4536078aee9c5ef08378908c2nd <!-- Java EE -->
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <!-- OpenAM Shared -->
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <!-- Commons -->
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <artifactId>org.forgerock.restlet.ext.openam</artifactId>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <artifactId>org.forgerock.restlet.ext.oauth2</artifactId>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <!-- Restlet -->
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
65a611af7093423efb91e5794b8887a527d4cf63trawick <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <!-- Test Dependencies -->
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd <dependency>
2c786597c67139f4536078aee9c5ef08378908c2nd </dependency>
0237f43ab925775250e266e479d0a337ff374a4btakashi </dependencies>