pom.xml revision 65db5ed2058ee6670116f97ba2c17331eee35f78
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose<?xml version="1.0" encoding="UTF-8"?>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose<!--
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ Copyright (c) 2012-2014 ForgeRock AS. All rights reserved.
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ The contents of this file are subject to the terms
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ of the Common Development and Distribution License
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ (the License). You may not use this file except in
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ compliance with the License.
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ You can obtain a copy of the License at
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ http://forgerock.org/license/CDDLv1.0.html
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ See the License for the specific language governing
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ permission and limitations under the License.
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ When distributing Covered Code, include this CDDL
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ Header Notice in each file and include the License file
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ at http://forgerock.org/license/CDDLv1.0.html
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ If applicable, add the following below the CDDL Header,
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ with the fields enclosed by brackets [] replaced by
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ your own identifying information:
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose ~ "Portions Copyrighted [year] [name of copyright owner]"
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <modelVersion>4.0.0</modelVersion>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <parent>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.forgerock.openam</groupId>
19b4bb652f5cdc2797b66595eaf8811881aa9873Jakub Hrozek <artifactId>openam</artifactId>
19b4bb652f5cdc2797b66595eaf8811881aa9873Jakub Hrozek <version>12.0.0-SNAPSHOT</version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </parent>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.forgerock.openam</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>openam-forgerock-rest</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <packaging>jar</packaging>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <name>OpenAM Forgerock REST API</name>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <description>OpenAM Forgerock REST API</description>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <build>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <plugins>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <plugin>
a473fb88e6015cf0ccbd2e9005c7e6acca18f452Pavel Březina <groupId>org.apache.maven.plugins</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>maven-jar-plugin</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <configuration>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <archive>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <index>true</index>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <manifest>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <addClasspath>true</addClasspath>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <classpathPrefix>lib/</classpathPrefix>
769347ad4d35d43488eb98f980143495b0db415dStef Walter </manifest>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <manifestEntries>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <Specification-Title>OpenAM Forgerock REST API</Specification-Title>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <Specification-Vendor>ForgeRock</Specification-Vendor>
769347ad4d35d43488eb98f980143495b0db415dStef Walter <Implementation-Title>OpenAM Forgerock REST API</Implementation-Title>
b76419cf8830440b46c20a15585562343c7b1924Jakub Hrozek <Implementation-Version>${project.version} - ${maven.build.timestamp}
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </Implementation-Version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <Implementation-Vendor>ForgeRock</Implementation-Vendor>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <Built-By>${user.name}</Built-By>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <Build-Jdk>${java.version}</Build-Jdk>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <Build-Time>${maven.build.timestamp}</Build-Time>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <Version>${project.version}</Version>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <Create-On>${maven.build.timestamp}</Create-On>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!-- TODO Add License to Manifest -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <License/>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </manifestEntries>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov </archive>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </configuration>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </plugin>
83a79d93035c2d75a1941f3b54426119174044a0Pavel Březina </plugins>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </build>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependencies>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!-- Java EE -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>javax.servlet</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>servlet-api</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <dependency>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <groupId>org.restlet.jse</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>org.restlet</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.restlet.jse</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>org.restlet.ext.json</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.restlet.osgi</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>org.restlet.ext.servlet</artifactId>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!-- OpenAM-CLI -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.forgerock.openam</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>openam-cli-impl</artifactId>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </dependency>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <!-- OpenAM Shared -->
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.forgerock.openam</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>openam-shared</artifactId>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <!-- OpenAM core -->
8bccd95e275fae760a991da394235e4e70e57bbdMichal Zidek <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.forgerock.openam</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>openam-core</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
07e941c1bbdc752142bbd3b838c540bc7ecd0ed7Stef Walter <dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <groupId>org.forgerock.openam</groupId>
4f3a9d837a55b49448eca3c713c85a406207e523Simo Sorce <artifactId>openam-dashboard</artifactId>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <!-- Commons -->
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <dependency>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <groupId>org.forgerock.commons</groupId>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <artifactId>json-resource</artifactId>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina </dependency>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <dependency>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <groupId>org.forgerock.commons</groupId>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <artifactId>json-resource-servlet</artifactId>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <groupId>org.forgerock.commons</groupId>
7c9fe57ad82747a32721ca0a08c5569282f3e0c4Pavel Březina <artifactId>json-web-token</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <!-- OAuth2 Dependencies -->
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <dependency>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <groupId>org.forgerock.openam</groupId>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <artifactId>openam-oauth2</artifactId>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov </dependency>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <!-- Test Dependencies -->
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <dependency>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <groupId>org.easytesting</groupId>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <artifactId>fest-assert</artifactId>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose </dependency>
ed879c3bd70d4f65784e998b1f9420a9ebe434e4Jakub Hrozek <dependency>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <groupId>org.testng</groupId>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <artifactId>testng</artifactId>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina </dependency>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <dependency>
2d257ccf620ce1b611f89cec8f0a94c88c2f2881Sumit Bose <groupId>org.mockito</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>mockito-all</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.easymock</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>easymock</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <dependency>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <groupId>org.powermock</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>powermock-module-junit4</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <groupId>org.powermock</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>powermock-api-mockito</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
a473fb88e6015cf0ccbd2e9005c7e6acca18f452Pavel Březina <groupId>org.powermock</groupId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <artifactId>powermock-api-easymock</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <dependency>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <groupId>org.powermock</groupId>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <artifactId>powermock-module-testng</artifactId>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose </dependency>
b9e5bd09a5ff7009537a18914dbebcf10498f592Sumit Bose <dependency>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <groupId>httpunit</groupId>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <artifactId>httpunit</artifactId>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </dependency>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <dependency>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <groupId>org.powermock</groupId>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <artifactId>powermock-module-testng-common</artifactId>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </dependency>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose <dependency>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <groupId>org.mortbay.jetty</groupId>
6f8ae17869f4f8a1496e3f171ae6b5c11af1845cPavel Březina <artifactId>jetty-servlet-tester</artifactId>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </dependency>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose </dependencies>
f1a7e4a6e4f2d453077da8b3606feebb7669ef4fSumit Bose</project>
d0d7de66c9494621c1bc12384e41e5e38a77fbebSumit Bose