73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington<?xml version="1.0" encoding="UTF-8"?>
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * The contents of this file are subject to the terms of the Common Development and
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Distribution License (the License). You may not use this file except in compliance with the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * specific language governing permission and limitations under the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * When distributing Covered Software, include this CDDL Header Notice in each file and include
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Header, with the fields enclosed by brackets [] replaced by your own identifying
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * information: "Portions copyright [year] [name of copyright owner]".
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Copyright 2015-2016 ForgeRock AS.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major-->
5ec701c9f8ccc403ee6fd3e41239df7dcd9faddeBruno 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">
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <modelVersion>4.0.0</modelVersion>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <parent>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>openam</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <groupId>org.forgerock.openam</groupId>
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins <version>14.0.0-SNAPSHOT</version>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </parent>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>openam-oauth2-saml2</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <name>OpenAM OAuth2 SAML2 Grant Flow</name>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <description>OpenAM OAuth2 SAML2 integration</description>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <dependencies>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <groupId>org.slf4j</groupId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>slf4j-api</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <groupId>org.forgerock.openam</groupId>
71b128a7314b40bf2b9740cfa80f6cdba76740e8Phill Cunnington <artifactId>openam-oauth2</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <groupId>org.forgerock.openam</groupId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>openam-federation-library</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <groupId>javax.servlet</groupId>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <artifactId>javax.servlet-api</artifactId>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <scope>provided</scope>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.restlet.jee</groupId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>org.restlet</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.restlet.jee</groupId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>org.restlet.ext.jackson</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </dependency>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </dependencies>
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major</project>