pom.xml revision b40d6a45d7f45fd3e8a70b3dcbdb67db9ffc2be3
c869993e79c1eafbec61a56bf6cea848fe754c71xy<?xml version="1.0" encoding="UTF-8"?>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy<!--
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ Copyright (c) 2012-2013 ForgeRock AS All rights reserved.
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ The contents of this file are subject to the terms
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ of the Common Development and Distribution License
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ (the License). You may not use this file except in
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ compliance with the License.
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ You can obtain a copy of the License at
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ http://forgerock.org/license/CDDLv1.0.html
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ See the License for the specific language governing
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ permission and limitations under the License.
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ When distributing Covered Code, include this CDDL
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ Header Notice in each file and include the License file
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ at http://forgerock.org/license/CDDLv1.0.html
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ If applicable, add the following below the CDDL Header,
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ with the fields enclosed by brackets [] replaced by
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ your own identifying information:
c869993e79c1eafbec61a56bf6cea848fe754c71xy ~ "Portions Copyrighted [year] [name of copyright owner]"
c869993e79c1eafbec61a56bf6cea848fe754c71xy -->
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy<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">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <modelVersion>4.0.0</modelVersion>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <parent>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-oauth2</artifactId>
fa25784ca4b51c206177d891a654f1d36a25d41fxy <version>11.0.3</version>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </parent>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-oauth2-main</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <packaging>jar</packaging>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <name>OpenAM OAuth2 Main</name>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependencies>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-oauth2-openam-extension</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-oauth2-restlet-extension</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-oauth2-core-token-service</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-oauth2-common</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <!-- Commons -->
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.commons</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>org.forgerock.json.resource</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.commons</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>json-patch</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.commons</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>json-web-token</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.commons</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>json-fluent</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <!-- OpenAM -->
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-core</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
fa25784ca4b51c206177d891a654f1d36a25d41fxy <artifactId>openam-shared</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-coretoken</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.forgerock.openam</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>openam-rest</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <!-- External -->
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.restlet.jse</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>org.restlet</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.restlet.osgi</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>org.restlet.ext.servlet</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.restlet.jse</groupId>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <artifactId>org.restlet.ext.json</artifactId>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl </dependency>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <dependency>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <groupId>javax.ws.rs</groupId>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <artifactId>jsr311-api</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>javax.servlet</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>servlet-api</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <!-- Test Dependencies -->
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.easytesting</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>fest-assert</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.testng</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>testng</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.mockito</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>mockito-all</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <!-- Powermock -->
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.powermock</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>powermock-api-mockito</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.powermock</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>powermock-core</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.powermock</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>powermock-reflect</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.powermock</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>powermock-module-testng</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>org.powermock</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>powermock-module-testng-common</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <groupId>javassist</groupId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <artifactId>javassist</artifactId>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependency>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </dependencies>
c869993e79c1eafbec61a56bf6cea848fe754c71xy</project>
c869993e79c1eafbec61a56bf6cea848fe754c71xy