pom.xml revision 694e3d06236d83b59341f5b82991242bcb4f3f32
ffb88a4885747797937e30a5ac8b1606da3cb4adnd<?xml version="1.0" encoding="UTF-8"?>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd<!--
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * The contents of this file are subject to the terms of the Common Development and
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * Distribution License (the License). You may not use this file except in compliance with the
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * License.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd *
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * specific language governing permission and limitations under the License.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd *
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * When distributing Covered Software, include this CDDL Header Notice in each file and include
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * Header, with the fields enclosed by brackets [] replaced by your own identifying
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * information: "Portions Copyrighted [year] [name of copyright owner]".
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * Copyright 2013-2014 ForgeRock AS.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd-->
ffb88a4885747797937e30a5ac8b1606da3cb4adnd
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<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">
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <modelVersion>4.0.0</modelVersion>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <parent>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <groupId>org.forgerock.openam</groupId>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <artifactId>openam-sts</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <version>13.0.0-RC2</version>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </parent>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <artifactId>openam-client-sts</artifactId>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <name>OpenAM STS Client Classes</name>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <description>Classes necessary to programmatically publish rest-sts instances and to consume them</description>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <packaging>jar</packaging>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <dependencies>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <dependency>
bf7a66e941926dc62fd3e0a2b5ba3420ffdc2eb6sf <groupId>org.forgerock.commons</groupId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <artifactId>json-resource</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </dependency>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <dependency>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <groupId>org.forgerock.commons</groupId>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <artifactId>json-web-token</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </dependency>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <dependency>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <groupId>org.forgerock.openam</groupId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <artifactId>openam-shared</artifactId>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf </dependency>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <dependency>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <groupId>org.forgerock.commons.guava</groupId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <artifactId>forgerock-guava-collect</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </dependency>
1e367a83311e5243e04d68857d007d04765a48f9chrisd <dependency>
fa299b341c4a4ad05338ac60c23b0a0e5a3474e1chrisd <groupId>org.apache.santuario</groupId>
bf7a66e941926dc62fd3e0a2b5ba3420ffdc2eb6sf <artifactId>xmlsec</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </dependency>
1e367a83311e5243e04d68857d007d04765a48f9chrisd <dependency>
1e367a83311e5243e04d68857d007d04765a48f9chrisd <groupId>com.fasterxml.jackson.core</groupId>
1e367a83311e5243e04d68857d007d04765a48f9chrisd <artifactId>jackson-core</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </dependency>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl <dependency>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl <groupId>com.fasterxml.jackson.core</groupId>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl <artifactId>jackson-databind</artifactId>
fa299b341c4a4ad05338ac60c23b0a0e5a3474e1chrisd </dependency>
f8b7daeb0e3f0ac4544fcc665de10c6b69a1ce0dsf
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <!-- Test dependencies -->
591f748210dc55f2972482dddc84bb6bac61d6b9noodl <dependency>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl <groupId>org.easytesting</groupId>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl <artifactId>fest-assert</artifactId>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl </dependency>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl </dependencies>
591f748210dc55f2972482dddc84bb6bac61d6b9noodl</project>
1e367a83311e5243e04d68857d007d04765a48f9chrisd