pom.xml revision 5d4589530d1353fdd627ab216a1cdcbcaf6b705e
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
457109fb66ae45236beb93b458603bff012e6d14Phill Cunnington * Copyright 2011-2015 ForgeRock AS.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * The contents of this file are subject to the terms
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * of the Common Development and Distribution License
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * (the License). You may not use this file except in
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * compliance with the License.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * You can obtain a copy of the License at
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * http://forgerock.org/license/CDDLv1.0.html
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * See the License for the specific language governing
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * permission and limitations under the License.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * When distributing Covered Code, include this CDDL
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * Header Notice in each file and include the License file
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * at http://forgerock.org/license/CDDLv1.0.html
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * If applicable, add the following below the CDDL Header,
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * with the fields enclosed by brackets [] replaced by
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * your own identifying information:
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * "Portions Copyrighted [year] [name of copyright owner]"
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts<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/maven-v4_0_0.xsd">
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Parent Project -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Component Definition -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <description>OpenAM Restlet customisation</description>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Build -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.apache.maven.plugins</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <manifestEntries>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Specification-Title>OpenAM REST</Specification-Title>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Specification-Vendor>ForgeRock</Specification-Vendor>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Implementation-Title>OpenAM REST</Implementation-Title>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Implementation-Vendor>ForgeRock</Implementation-Vendor>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Build-Time>${maven.build.timestamp}</Build-Time>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Create-On>${maven.build.timestamp}</Create-On>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- TODO Add License to Manifest -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </manifestEntries>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependencies>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Java EE -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>org.restlet.ext.json</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>org.restlet.ext.xml</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>org.restlet.ext.servlet</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
bb788488efdd119f14e88ccc5a3cf302e743bcc4Phill Cunnington <artifactId>org.restlet.ext.jackson</artifactId>
bb788488efdd119f14e88ccc5a3cf302e743bcc4Phill Cunnington </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- OpenAM Shared -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- OpenAM core -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Commons -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
457109fb66ae45236beb93b458603bff012e6d14Phill Cunnington <artifactId>json-resource-http</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>forgerock-jaspi-runtime</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Test Dependencies -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-module-junit4</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-api-mockito</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-api-easymock</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-module-testng</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-module-testng-common</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>jetty-servlet-tester</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependencies>