c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts<?xml version="1.0" encoding="UTF-8"?>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts<!--
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts *
457109fb66ae45236beb93b458603bff012e6d14Phill Cunnington * Copyright 2011-2015 ForgeRock AS.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts *
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 *
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 *
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 *
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts -->
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 <modelVersion>4.0.0</modelVersion>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Parent Project -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <parent>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.openam</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>openam</artifactId>
5d4589530d1353fdd627ab216a1cdcbcaf6b705ejenkins <version>13.0.0</version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </parent>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Component Definition -->
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <name>OpenAM Restlet</name>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <description>OpenAM Restlet customisation</description>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>openam-restlet</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <packaging>jar</packaging>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Build -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <build>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <plugins>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.apache.maven.plugins</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>maven-jar-plugin</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <archive>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <index>true</index>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <manifest>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <addClasspath>true</addClasspath>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <classpathPrefix>lib/</classpathPrefix>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </manifest>
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 <Built-By>${user.name}</Built-By>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Build-Jdk>${java.version}</Build-Jdk>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Build-Time>${maven.build.timestamp}</Build-Time>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Version>${project.version}</Version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Create-On>${maven.build.timestamp}</Create-On>
bf48db3deadd0c664202d879926139b7df9d94f1Peter Major <Revision>${git.short.sha1}</Revision>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- TODO Add License to Manifest -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <License />
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </manifestEntries>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </archive>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </plugins>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </build>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependencies>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Java EE -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>javax.servlet</groupId>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <artifactId>javax.servlet-api</artifactId>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <scope>provided</scope>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.restlet.jee</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>org.restlet</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.restlet.jee</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>org.restlet.ext.json</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.restlet.jee</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>org.restlet.ext.xml</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.restlet.jee</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>org.restlet.ext.servlet</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
bb788488efdd119f14e88ccc5a3cf302e743bcc4Phill Cunnington <dependency>
bb788488efdd119f14e88ccc5a3cf302e743bcc4Phill Cunnington <groupId>org.restlet.jee</groupId>
bb788488efdd119f14e88ccc5a3cf302e743bcc4Phill Cunnington <artifactId>org.restlet.ext.jackson</artifactId>
bb788488efdd119f14e88ccc5a3cf302e743bcc4Phill Cunnington </dependency>
bb788488efdd119f14e88ccc5a3cf302e743bcc4Phill Cunnington
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- OpenAM Shared -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.openam</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>openam-shared</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- OpenAM core -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.openam</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>openam-core</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Commons -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.commons</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>json-resource</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.commons</groupId>
457109fb66ae45236beb93b458603bff012e6d14Phill Cunnington <artifactId>json-resource-http</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.commons</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>json-web-token</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.commons</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>authz-framework</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.commons</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>forgerock-jaspi-runtime</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Test Dependencies -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.easytesting</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>fest-assert</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.easymock</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>easymock</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.powermock</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-module-junit4</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.powermock</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-api-mockito</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.powermock</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-api-easymock</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.powermock</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-module-testng</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>httpunit</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>httpunit</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.powermock</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>powermock-module-testng-common</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.mortbay.jetty</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>jetty-servlet-tester</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.openam</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>openam-coretoken</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>javax.ws.rs</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>jsr311-api</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.json</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>json</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependencies>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts</project>