pom.xml revision d202787f9a24e6fa784ed5684988ac7aad4d4b8b
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit<?xml version="1.0" encoding="UTF-8"?>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit<!--
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit Copyright 2012-2013 ForgeRock AS. All rights reserved.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit The contents of this file are subject to the terms
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington of the Common Development and Distribution License
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington (the License). You may not use this file except in
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington compliance with the License.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts You can obtain a copy of the License at
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts http://forgerock.org/license/CDDLv1.0.html
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit See the License for the specific language governing
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington permission and limitations under the License.
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit When distributing Covered Code, include this CDDL
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington Header Notice in each file and include the License file
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit at http://forgerock.org/license/CDDLv1.0.html
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit If applicable, add the following below the CDDL Header,
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit with the fields enclosed by brackets [] replaced by
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit your own identifying information:
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit "Portions Copyrighted [year] [name of copyright owner]"
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit-->
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit<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">
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts <modelVersion>4.0.0</modelVersion>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <parent>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <groupId>org.forgerock.openam</groupId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>openam-oauth2</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <version>11.0.0-RC1</version>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit </parent>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>openam-oauth2-core-token-service</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <name>OpenAM OAuth2 Core Token Service</name>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <dependencies>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <dependency>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <groupId>org.forgerock.openam</groupId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>openam-shared</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit </dependency>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <dependency>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <groupId>org.forgerock.openam</groupId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>openam-oauth2-common</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit </dependency>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <!-- OpenAM -->
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <dependency>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <groupId>org.forgerock.openam</groupId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>openam-core</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit </dependency>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-rest</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-fluent</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-idsvcs-schema</artifactId>
</dependency>
<!-- Commons -->
<!-- Test Dependencies -->
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
</dependencies>
</project>