pom.xml revision af883a3bbb915164a6103e198ba52a1951cb9431
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * The contents of this file are subject to the terms
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * of the Common Development and Distribution License
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * (the License). You may not use this file except in
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * compliance with the License.
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * You can obtain a copy of the License at
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * See the License for the specific language governing
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * permission and limitations under the License.
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * When distributing Covered Code, include this CDDL
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * Header Notice in each file and include the License file
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * at http://forgerock.org/license/CDDLv1.0.html
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * If applicable, add the following below the CDDL Header,
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * with the fields enclosed by brackets [] replaced by
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * your own identifying information:
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh * "Portions Copyrighted [year] [name of copyright owner]"
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh<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/maven-v4_0_0.xsd">
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <!-- Parent Project -->
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <!-- Component Definition -->
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <description>OpenAM Restlet customisation</description>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <!-- Build -->
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <configuration>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <manifestEntries>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Specification-Title>OpenAM REST</Specification-Title>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Specification-Vendor>ForgeRock</Specification-Vendor>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Implementation-Title>OpenAM REST</Implementation-Title>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Implementation-Vendor>ForgeRock</Implementation-Vendor>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Build-Time>${maven.build.timestamp}</Build-Time>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <Create-On>${maven.build.timestamp}</Create-On>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <!-- TODO Add License to Manifest -->
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </manifestEntries>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </configuration>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <dependencies>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <!-- Java EE -->
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </dependency>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </dependency>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <artifactId>org.restlet.ext.json</artifactId>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </dependency>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </dependency>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh <artifactId>org.restlet.ext.servlet</artifactId>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </dependency>
4e5e846de22407f825fe3b4040d79606818a2419Jakub Hrozek <!-- OpenAM Shared -->
4e5e846de22407f825fe3b4040d79606818a2419Jakub Hrozek <dependency>
a65a64aee968bd2ac18156ced15a1e2509a8acbaAbhishek Singh </dependency>
4e5e846de22407f825fe3b4040d79606818a2419Jakub Hrozek <!-- OpenAM core -->