pom.xml revision ffa4b06ba6ac4ba2f4d4e41c5e4b732b2e461c0a
869N/A<?xml version="1.0" encoding="UTF-8"?>
869N/A
869N/A<!--
869N/A ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
869N/A ~
869N/A ~ Copyright (c) 2012 ForgeRock Inc. All rights reserved.
869N/A ~
869N/A ~ The contents of this file are subject to the terms
869N/A ~ of the Common Development and Distribution License
869N/A ~ (the License). You may not use this file except in
869N/A ~ compliance with the License.
869N/A ~
869N/A ~ You can obtain a copy of the License at
869N/A ~ http://forgerock.org/license/CDDLv1.0.html
869N/A ~ See the License for the specific language governing
869N/A ~ permission and limitations under the License.
869N/A ~
873N/A ~ When distributing Covered Code, include this CDDL
869N/A ~ Header Notice in each file and include the License file
869N/A ~ at http://forgerock.org/license/CDDLv1.0.html
869N/A ~ If applicable, add the following below the CDDL Header,
869N/A ~ with the fields enclosed by brackets [] replaced by
4129N/A ~ your own identifying information:
869N/A ~ "Portions Copyrighted [year] [name of copyright owner]"
869N/A -->
0N/A
0N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
0N/A <modelVersion>4.0.0</modelVersion>
869N/A <parent>
0N/A <groupId>org.forgerock.openam</groupId>
0N/A <artifactId>openam</artifactId>
0N/A <version>10.2.0-SNAPSHOT</version>
869N/A </parent>
0N/A <groupId>org.forgerock.openam</groupId>
869N/A <artifactId>openam-forgerock-rest</artifactId>
0N/A <packaging>jar</packaging>
869N/A <name>OpenAM Forgerock REST API</name>
869N/A
869N/A <description>OpenAM Forgerock REST API</description>
2624N/A
869N/A <properties>
48N/A <maven.compiler.target>1.6</maven.compiler.target>
869N/A <maven.compiler.source>1.6</maven.compiler.source>
0N/A <jackson.version>1.9.3</jackson.version>
869N/A <jetty.version>7.0.0.pre5</jetty.version>
716N/A <powermock.version>1.5</powermock.version>
869N/A <restlet.version>2.1-RC4</restlet.version>
1958N/A </properties>
1963N/A
2340N/A <build>
3103N/A <plugins>
3127N/A <!--Skipping Tests for Now -->
3679N/A <plugin>
1954N/A <groupId>org.apache.maven.plugins</groupId>
1954N/A <artifactId>maven-surefire-plugin</artifactId>
1954N/A <configuration>
1954N/A <skip>false</skip>
1954N/A </configuration>
1954N/A </plugin>
4306N/A <plugin>
4306N/A <groupId>org.apache.maven.plugins</groupId>
4306N/A <artifactId>maven-jar-plugin</artifactId>
1954N/A <configuration>
1954N/A <archive>
1954N/A <index>true</index>
1954N/A <manifest>
0N/A <addClasspath>true</addClasspath>
0N/A <classpathPrefix>lib/</classpathPrefix>
869N/A </manifest>
868N/A <manifestEntries>
2624N/A <Specification-Title>OpenAM Forgerock REST API</Specification-Title>
2693N/A <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
2042N/A <Specification-Vendor>ForgeRock</Specification-Vendor>
2982N/A <Implementation-Title>OpenAM Forgerock REST API</Implementation-Title>
1007N/A <Implementation-Version>${project.version} - ${maven.build.timestamp}
2980N/A </Implementation-Version>
2963N/A <Implementation-Vendor>ForgeRock</Implementation-Vendor>
1503N/A <Built-By>${user.name}</Built-By>
2915N/A <Build-Jdk>${java.version}</Build-Jdk>
869N/A <Build-Time>${maven.build.timestamp}</Build-Time>
2624N/A <Version>${project.version}</Version>
2624N/A <Create-On>${maven.build.timestamp}</Create-On>
0N/A <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
2270N/A <!-- TODO Add License to Manifest -->
2270N/A <License/>
2270N/A </manifestEntries>
2270N/A </archive>
2270N/A </configuration>
2270N/A </plugin>
2270N/A </plugins>
0N/A </build>
869N/A
868N/A <dependencies>
0N/A
0N/A <!-- Java EE -->
65N/A <dependency>
869N/A <groupId>javax.servlet</groupId>
868N/A <artifactId>servlet-api</artifactId>
65N/A <scope>provided</scope>
869N/A </dependency>
2624N/A <dependency>
2624N/A <groupId>org.restlet.jse</groupId>
65N/A <artifactId>org.restlet.ext.json</artifactId>
65N/A </dependency>
65N/A
65N/A <!-- OpenAM-CLI -->
65N/A <dependency>
65N/A <groupId>org.forgerock.openam</groupId>
65N/A <artifactId>openam-cli-impl</artifactId>
65N/A </dependency>
65N/A <!-- OpenAM Shared -->
65N/A <dependency>
65N/A <groupId>org.forgerock.openam</groupId>
65N/A <artifactId>openam-shared</artifactId>
65N/A </dependency>
2266N/A <!-- OpenAM core -->
2266N/A <dependency>
2266N/A <groupId>org.forgerock.openam</groupId>
2266N/A <artifactId>openam-core</artifactId>
2266N/A </dependency>
2624N/A <dependency>
2624N/A <groupId>org.forgerock.openam</groupId>
2266N/A <artifactId>openam-dashboard</artifactId>
2266N/A </dependency>
2624N/A
2266N/A <!-- Commons -->
2266N/A <dependency>
2266N/A <groupId>org.forgerock.commons</groupId>
2266N/A <artifactId>json-resource</artifactId>
2266N/A </dependency>
2266N/A <dependency>
2266N/A <groupId>org.forgerock.commons</groupId>
2266N/A <artifactId>json-resource-servlet</artifactId>
2266N/A </dependency>
2266N/A <dependency>
2266N/A <groupId>org.forgerock.commons</groupId>
2266N/A <artifactId>json-web-token</artifactId>
2266N/A </dependency>
2266N/A
2266N/A <dependency>
2266N/A <groupId>javax.ws.rs</groupId>
2266N/A <artifactId>jsr311-api</artifactId>
2266N/A </dependency>
2266N/A
2266N/A
2266N/A <!-- OAuth2 Dependencies -->
2266N/A <dependency>
2266N/A <groupId>org.forgerock.openam</groupId>
2266N/A <artifactId>openam-oauth2-core-token-service</artifactId>
2266N/A </dependency>
0N/A <dependency>
869N/A <groupId>org.forgerock.openam</groupId>
868N/A <artifactId>openam-oauth2-common</artifactId>
0N/A </dependency>
0N/A
0N/A <!-- Test Dependencies -->
0N/A <dependency>
0N/A <groupId>org.easytesting</groupId>
2334N/A <artifactId>fest-assert</artifactId>
0N/A <scope>test</scope>
2624N/A </dependency>
2624N/A <dependency>
0N/A <groupId>org.testng</groupId>
0N/A <artifactId>testng</artifactId>
869N/A <scope>test</scope>
868N/A </dependency>
0N/A <dependency>
0N/A <groupId>org.mockito</groupId>
869N/A <artifactId>mockito-all</artifactId>
0N/A <scope>test</scope>
0N/A </dependency>
2624N/A <dependency>
2624N/A <groupId>org.easymock</groupId>
2624N/A <artifactId>easymock</artifactId>
869N/A <version>3.1</version>
2624N/A <scope>test</scope>
2624N/A </dependency>
2624N/A <dependency>
2624N/A <groupId>org.powermock</groupId>
2624N/A <artifactId>powermock-module-junit4</artifactId>
2624N/A <version>${powermock.version}</version>
2624N/A <scope>test</scope>
2624N/A </dependency>
2624N/A <dependency>
2624N/A <groupId>org.powermock</groupId>
2624N/A <artifactId>powermock-api-mockito</artifactId>
2624N/A <version>${powermock.version}</version>
2624N/A <scope>test</scope>
2624N/A </dependency>
2624N/A <dependency>
4457N/A <groupId>org.powermock</groupId>
2624N/A <artifactId>powermock-api-easymock</artifactId>
2624N/A <version>${powermock.version}</version>
4457N/A <scope>test</scope>
2624N/A </dependency>
2624N/A <dependency>
2624N/A <groupId>org.powermock</groupId>
2624N/A <artifactId>powermock-module-testng</artifactId>
0N/A <version>${powermock.version}</version>
0N/A <scope>test</scope>
869N/A </dependency>
868N/A <dependency>
0N/A <groupId>httpunit</groupId>
0N/A <artifactId>httpunit</artifactId>
2624N/A <version>1.3</version>
848N/A <scope>test</scope>
2624N/A </dependency>
2624N/A <dependency>
868N/A <groupId>org.powermock</groupId>
848N/A <artifactId>powermock-module-testng-common</artifactId>
2624N/A <scope>test</scope>
0N/A </dependency>
2624N/A <dependency>
2624N/A <groupId>org.mortbay.jetty</groupId>
0N/A <artifactId>jetty-servlet-tester</artifactId>
0N/A <version>${jetty.version}</version>
868N/A <scope>test</scope>
2624N/A <exclusions>
2222N/A <exclusion>
2624N/A <groupId>javax.servlet</groupId>
2624N/A <artifactId>servlet-api</artifactId>
2222N/A </exclusion>
2222N/A </exclusions>
2624N/A </dependency>
2222N/A
2624N/A </dependencies>
2624N/A
2222N/A</project>
2222N/A