pom.xml revision 0cfdad3c7bca104413c01eda33f2ae0ead86a498
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<?xml version="1.0" encoding="UTF-8"?>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<!--
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * The contents of this file are subject to the terms of the Common Development and
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * Distribution License (the License). You may not use this file except in compliance with the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync *
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * specific language governing permission and limitations under the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync *
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * When distributing Covered Software, include this CDDL Header Notice in each file and include
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * Header, with the fields enclosed by brackets [] replaced by your own identifying
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * information: "Portions Copyrighted [year] [name of copyright owner]".
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync *
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync * Copyright 2013-2014 ForgeRock AS. All rights reserved.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modelVersion>4.0.0</modelVersion>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-sts</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <version>12.0.0</version>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <name>OpenAM REST STS</name>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <description>OpenAM implementation of RESTful SecureTokenService</description>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-rest-sts</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <packaging>jar</packaging>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependencies>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-federation-library</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-common-sts</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-client-sts</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-core</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-rest</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.apache.cxf</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>cxf-rt-ws-security</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf.services.sts</groupId>
<artifactId>cxf-services-sts-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!--
Right now, I toggle between deploying this as a
stand-alone .war, and as integrated in the openam .war
file. When deploying standalone, I want the jdk14 logger,
and when deploying in openam, I want the openam-slf4j
logger.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.6</version>
</dependency>
-->
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource-servlet</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>