pom.xml revision a02f87e02634ce78bbd711429fd6b22d710322f8
181e56d8b348d301d615ccf5465ae600fee2867berikabele<?xml version="1.0" encoding="UTF-8"?>
181e56d8b348d301d615ccf5465ae600fee2867berikabele
181e56d8b348d301d615ccf5465ae600fee2867berikabele<!--
b1ced323143ade589985456a78f3f64d6a6580c5yoshiki * The contents of this file are subject to the terms of the Common Development and
b1ced323143ade589985456a78f3f64d6a6580c5yoshiki * Distribution License (the License). You may not use this file except in compliance with the
b1ced323143ade589985456a78f3f64d6a6580c5yoshiki * License.
5a58787efeb02a1c3f06569d019ad81fd2efa06end *
330d21e087f40d0b296ae96d6de57c27cba83b99rbowen * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * specific language governing permission and limitations under the License.
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim *
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * When distributing Covered Software, include this CDDL Header Notice in each file and include
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
5a58787efeb02a1c3f06569d019ad81fd2efa06end * Header, with the fields enclosed by brackets [] replaced by your own identifying
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * information: "Portions Copyrighted [year] [name of copyright owner]".
3f08db06526d6901aa08c110b5bc7dde6bc39905nd *
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim * Copyright 2014-2015 ForgeRock AS.
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim -->
5a58787efeb02a1c3f06569d019ad81fd2efa06end
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<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">
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd <modelVersion>4.0.0</modelVersion>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim <parent>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim <groupId>org.forgerock.openam</groupId>
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd <artifactId>openam-sts</artifactId>
fac8c35bfb158112226ab43ddf84d59daca5dc30nd <version>13.0.0-RC3</version>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung </parent>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd <name>OpenAM STS Publish Service</name>
654d8eb036bedc99e90e11910ee02d3421417697rbowen <description>OpenAM implementation of the service which allows soap and rest sts instances to be published</description>
5a58787efeb02a1c3f06569d019ad81fd2efa06end <artifactId>openam-publish-sts</artifactId>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim <packaging>jar</packaging>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim
6f7c18e70781deff3d1129774221de81b43c828end <dependencies>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim <dependency>
5a58787efeb02a1c3f06569d019ad81fd2efa06end <groupId>org.forgerock.openam</groupId>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim <artifactId>openam-common-sts</artifactId>
5a58787efeb02a1c3f06569d019ad81fd2efa06end </dependency>
5a58787efeb02a1c3f06569d019ad81fd2efa06end <dependency>
b442af56a5e2104663b84fb345c070ce185d4ab3slive <groupId>org.forgerock.openam</groupId>
aaf7b7f4cc1be050310c3d7f48bce0ec67e174e4nd <artifactId>openam-client-sts</artifactId>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim </dependency>
aaf7b7f4cc1be050310c3d7f48bce0ec67e174e4nd <dependency>
aaf7b7f4cc1be050310c3d7f48bce0ec67e174e4nd <groupId>org.forgerock.openam</groupId>
c0c6c6e1fc6d75274623ec07b635725c5ffaaa20rbowen <artifactId>openam-rest-sts</artifactId>
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen </dependency>
a166215fba9f76030a979c81f95becff52f5aeefrbowen <dependency>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <groupId>org.forgerock.openam</groupId>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <artifactId>openam-core</artifactId>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf </dependency>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <dependency>
59c15ce2922cf16717326159168f26f628345a82rbowen <groupId>org.forgerock.openam</groupId>
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen <artifactId>openam-rest</artifactId>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim </dependency>
b1ced323143ade589985456a78f3f64d6a6580c5yoshiki <dependency>
59c15ce2922cf16717326159168f26f628345a82rbowen <groupId>com.google.inject</groupId>
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen <artifactId>guice</artifactId>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim <classifier>no_aop</classifier>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf </dependency>
59c15ce2922cf16717326159168f26f628345a82rbowen <dependency>
59c15ce2922cf16717326159168f26f628345a82rbowen <groupId>com.fasterxml.jackson.core</groupId>
b442af56a5e2104663b84fb345c070ce185d4ab3slive <artifactId>jackson-annotations</artifactId>
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen </dependency>
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen <dependency>
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen <groupId>com.fasterxml.jackson.core</groupId>
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen <artifactId>jackson-core</artifactId>
bf380c59be3f235bde21f1c00098e09e3cf7e7aerpluem </dependency>
b442af56a5e2104663b84fb345c070ce185d4ab3slive <dependency>
181e56d8b348d301d615ccf5465ae600fee2867berikabele <groupId>com.fasterxml.jackson.core</groupId>
181e56d8b348d301d615ccf5465ae600fee2867berikabele <artifactId>jackson-databind</artifactId>
b442af56a5e2104663b84fb345c070ce185d4ab3slive </dependency>
181e56d8b348d301d615ccf5465ae600fee2867berikabele <dependency>
b442af56a5e2104663b84fb345c070ce185d4ab3slive <groupId>javax.servlet</groupId>
bf380c59be3f235bde21f1c00098e09e3cf7e7aerpluem <artifactId>javax.servlet-api</artifactId>
38d7b435c9e47c1549c7ec5e899c9461548a228derikabele <scope>provided</scope>
b442af56a5e2104663b84fb345c070ce185d4ab3slive </dependency>
181e56d8b348d301d615ccf5465ae600fee2867berikabele <dependency>
d1bfc6be06494f56e80960d8cdc40c4e3f1fc3abnoirin <groupId>javax.ws.rs</groupId>
d1bfc6be06494f56e80960d8cdc40c4e3f1fc3abnoirin <artifactId>jsr311-api</artifactId>
181e56d8b348d301d615ccf5465ae600fee2867berikabele </dependency>
b442af56a5e2104663b84fb345c070ce185d4ab3slive <dependency>
bf380c59be3f235bde21f1c00098e09e3cf7e7aerpluem <groupId>org.slf4j</groupId>
b442af56a5e2104663b84fb345c070ce185d4ab3slive <artifactId>slf4j-api</artifactId>
b442af56a5e2104663b84fb345c070ce185d4ab3slive </dependency>
181e56d8b348d301d615ccf5465ae600fee2867berikabele <dependency>
5383fa753e1bcd3a04ec34ba9810d671302380f2colm <groupId>org.forgerock.openam</groupId>
181e56d8b348d301d615ccf5465ae600fee2867berikabele <artifactId>openam-slf4j</artifactId>
a166215fba9f76030a979c81f95becff52f5aeefrbowen </dependency>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <dependency>
a166215fba9f76030a979c81f95becff52f5aeefrbowen <groupId>org.forgerock.commons</groupId>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <artifactId>json-resource</artifactId>
a166215fba9f76030a979c81f95becff52f5aeefrbowen </dependency>
a166215fba9f76030a979c81f95becff52f5aeefrbowen <dependency>
a166215fba9f76030a979c81f95becff52f5aeefrbowen <groupId>org.forgerock.commons</groupId>
a166215fba9f76030a979c81f95becff52f5aeefrbowen <artifactId>json-resource-http</artifactId>
a166215fba9f76030a979c81f95becff52f5aeefrbowen </dependency>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim
5a58787efeb02a1c3f06569d019ad81fd2efa06end <!-- Test dependencies -->
5a58787efeb02a1c3f06569d019ad81fd2efa06end
b442af56a5e2104663b84fb345c070ce185d4ab3slive <dependency>
b442af56a5e2104663b84fb345c070ce185d4ab3slive <groupId>org.testng</groupId>
20189240503ef2c8f5dc6e2248b57faab4b23b5and <artifactId>testng</artifactId>
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim <scope>test</scope>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf </dependency>
bf380c59be3f235bde21f1c00098e09e3cf7e7aerpluem <dependency>
4566c682d671cfda9cfcb77ea3f8e3fb8a265010trawick <groupId>org.mockito</groupId>
c0c6c6e1fc6d75274623ec07b635725c5ffaaa20rbowen <artifactId>mockito-all</artifactId>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <scope>test</scope>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf </dependency>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf </dependencies>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf</project>
bf380c59be3f235bde21f1c00098e09e3cf7e7aerpluem