pom.xml revision 8a10f6b174a431939da51bcd87060865b45d6d4a
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder<?xml version="1.0" encoding="UTF-8"?>
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner<!--
37eedb575dd3dc0ab25809693aa2d318f9084c56Christian Maeder * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9a57c5c5c33ebb1633b3f0cad4360a61cd96ed4bChristian Maeder *
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu * Copyright 2011-2015 ForgeRock AS.
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder *
3f69b6948966979163bdfe8331c38833d5d90ecdChristian Maeder * The contents of this file are subject to the terms
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder * of the Common Development and Distribution License
9a57c5c5c33ebb1633b3f0cad4360a61cd96ed4bChristian Maeder * (the License). You may not use this file except in
9a57c5c5c33ebb1633b3f0cad4360a61cd96ed4bChristian Maeder * compliance with the License.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder *
37eedb575dd3dc0ab25809693aa2d318f9084c56Christian Maeder * You can obtain a copy of the License at
37eedb575dd3dc0ab25809693aa2d318f9084c56Christian Maeder * http://forgerock.org/license/CDDLv1.0.html
9a57c5c5c33ebb1633b3f0cad4360a61cd96ed4bChristian Maeder * See the License for the specific language governing
9a57c5c5c33ebb1633b3f0cad4360a61cd96ed4bChristian Maeder * permission and limitations under the License.
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder *
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder * When distributing Covered Code, include this CDDL
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder * Header Notice in each file and include the License file
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder * at http://forgerock.org/license/CDDLv1.0.html
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder * If applicable, add the following below the CDDL Header,
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder * with the fields enclosed by brackets [] replaced by
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder * your own identifying information:
a335fec441de2b53d03d3cb0ef3b19ca3604c758Thiemo Wiedemeyer * "Portions Copyrighted [year] [name of copyright owner]"
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder *
06883ac1d9999098ffb26e6f916fab1ff9d5fe63cmaeder -->
06883ac1d9999098ffb26e6f916fab1ff9d5fe63cmaeder<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">
06883ac1d9999098ffb26e6f916fab1ff9d5fe63cmaeder <modelVersion>4.0.0</modelVersion>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <!-- Parent Project -->
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <parent>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <groupId>org.forgerock.openam</groupId>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <artifactId>openam</artifactId>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder <version>13.0.0-RC10</version>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder </parent>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder
37eedb575dd3dc0ab25809693aa2d318f9084c56Christian Maeder <!-- Component Definition -->
37eedb575dd3dc0ab25809693aa2d318f9084c56Christian Maeder <name>OpenAM Entitlements</name>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <description>OpenAM Entitlements</description>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <artifactId>openam-entitlements</artifactId>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <packaging>jar</packaging>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <!-- Build -->
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <build>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <plugins>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <plugin>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <groupId>org.apache.maven.plugins</groupId>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <artifactId>maven-jar-plugin</artifactId>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <configuration>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <archive>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder <index>true</index>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <manifest>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <addClasspath>true</addClasspath>
37eedb575dd3dc0ab25809693aa2d318f9084c56Christian Maeder <classpathPrefix>lib/</classpathPrefix>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder </manifest>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <manifestEntries>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Specification-Title>OpenAM Entitlements</Specification-Title>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Specification-Vendor>ForgeRock</Specification-Vendor>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Implementation-Title>OpenAM Entitlements</Implementation-Title>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Implementation-Vendor>ForgeRock</Implementation-Vendor>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Built-By>${user.name}</Built-By>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Build-Jdk>${java.version}</Build-Jdk>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Build-Time>${maven.build.timestamp}</Build-Time>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Version>${project.version}</Version>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Create-On>${maven.build.timestamp}</Create-On>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <Revision>${git.short.sha1}</Revision>
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <!-- TODO Add License to Manifest -->
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder <License />
e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9Christian Maeder </manifestEntries>
d56ece59c372cb887355825901222b9f3377f7e6Thiemo Wiedemeyer </archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-shared</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-grizzly</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-scripting</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-rest</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-http-client</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-assistedinject</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-guice-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-guice-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng-common</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-apis</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>