pom.xml revision 16bb6e2967d76a01951e5cfe34178a57116778dc
8a77240a809197c92c0736c431b4b88947a7bac1Christian Maeder<?xml version="1.0" encoding="UTF-8"?>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski<!--
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
e1f395fef7ea8b00a675a330e5461fad35158ca5Christian Maeder*
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* Copyright 2011-2015 ForgeRock AS.
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder*
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* The contents of this file are subject to the terms
3f69b6948966979163bdfe8331c38833d5d90ecdChristian Maeder* of the Common Development and Distribution License
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* (the License). You may not use this file except in
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder* compliance with the License.
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski*
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder* You can obtain a copy of the License at
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* http://forgerock.org/license/CDDLv1.0.html
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* See the License for the specific language governing
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* permission and limitations under the License.
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski*
729aff22a7983f5bb113dcc604157edd728c1484Christian Maeder* When distributing Covered Code, include this CDDL
d3c9318c22fcf44d9135a3b2c64f880b9a785babChristian Maeder* Header Notice in each file and include the License file
d3c9318c22fcf44d9135a3b2c64f880b9a785babChristian Maeder* at http://forgerock.org/license/CDDLv1.0.html
729aff22a7983f5bb113dcc604157edd728c1484Christian Maeder* If applicable, add the following below the CDDL Header,
1361b09b79b95d47e03eba7a1fc9eddc39aa0455Christian Maeder* with the fields enclosed by brackets [] replaced by
036037a4510ea63a81a4829ad0c11ef39b2391b0Christian Maeder* your own identifying information:
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski* "Portions Copyrighted [year] [name of copyright owner]"
31c49f2fa23d4ac089f35145d80a224deb6ea7e4Till Mossakowski*
aa0ef8adb2833838c1954e6f93c61d85d2cb226aTill Mossakowski-->
aa0ef8adb2833838c1954e6f93c61d85d2cb226aTill Mossakowski<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">
dd6f22b9dcff2695181b86372e4df03d5b96e92dKristina Sojakova <modelVersion>4.0.0</modelVersion>
dd6f22b9dcff2695181b86372e4df03d5b96e92dKristina Sojakova
a5e231ee4359da4667d54016848220c590a77b79Paolo Torrini <!-- Parent Project -->
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <parent>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <groupId>org.forgerock.openam</groupId>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <artifactId>openam</artifactId>
d3c9318c22fcf44d9135a3b2c64f880b9a785babChristian Maeder <version>13.0.0-RC1</version>
d3c9318c22fcf44d9135a3b2c64f880b9a785babChristian Maeder </parent>
05ca76b03b6d16bcfb3e7654c31e41a220e85663Till Mossakowski
8d97ef4f234681b11bb5924bd4d03adef858d2d2Christian Maeder <!-- Component Definition -->
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder <name>OpenAM Dashboard</name>
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder <description>OpenAM Dashboard Services</description>
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder <artifactId>openam-dashboard</artifactId>
8d97ef4f234681b11bb5924bd4d03adef858d2d2Christian Maeder <packaging>jar</packaging>
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder
31c49f2fa23d4ac089f35145d80a224deb6ea7e4Till Mossakowski <!-- Build -->
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <build>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <plugins>
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder <plugin>
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder <groupId>org.apache.maven.plugins</groupId>
d3c9318c22fcf44d9135a3b2c64f880b9a785babChristian Maeder <artifactId>maven-jar-plugin</artifactId>
d3c9318c22fcf44d9135a3b2c64f880b9a785babChristian Maeder <configuration>
cd6e5706893519bfcf24539afa252fcbed5097ddKlaus Luettich <archive>
729aff22a7983f5bb113dcc604157edd728c1484Christian Maeder <index>true</index>
c438c79d00fc438f99627e612498744bdc0d0c89Christian Maeder <manifest>
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder <addClasspath>true</addClasspath>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <classpathPrefix>lib/</classpathPrefix>
e1f395fef7ea8b00a675a330e5461fad35158ca5Christian Maeder </manifest>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <manifestEntries>
8d97ef4f234681b11bb5924bd4d03adef858d2d2Christian Maeder <Specification-Title>OpenAM Dashboard</Specification-Title>
729aff22a7983f5bb113dcc604157edd728c1484Christian Maeder <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <Specification-Vendor>ForgeRock</Specification-Vendor>
a7be28e157e9ceeec73a8fd0e642c36ea29d4218Christian Maeder <Implementation-Title>OpenAM Dashboard</Implementation-Title>
a7be28e157e9ceeec73a8fd0e642c36ea29d4218Christian Maeder <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <Implementation-Vendor>ForgeRock</Implementation-Vendor>
72186e215ea8bd54f41bde5b792652aa7ca42167Till Mossakowski <Built-By>${user.name}</Built-By>
8d97ef4f234681b11bb5924bd4d03adef858d2d2Christian Maeder <Build-Jdk>${java.version}</Build-Jdk>
b65e16b9e5652ff341ab0f49be5da51e2c0e10a5Till Mossakowski <Build-Time>${maven.build.timestamp}</Build-Time>
b65e16b9e5652ff341ab0f49be5da51e2c0e10a5Till Mossakowski <Version>${project.version}</Version>
6b8f813c46b719a37e9a61cdfba85339952abbedChristian Maeder <Create-On>${maven.build.timestamp}</Create-On>
cd6e5706893519bfcf24539afa252fcbed5097ddKlaus Luettich <Revision>${git.short.sha1}</Revision>
cd6e5706893519bfcf24539afa252fcbed5097ddKlaus Luettich <!-- TODO Add License to Manifest -->
cd6e5706893519bfcf24539afa252fcbed5097ddKlaus Luettich <License />
dd6f22b9dcff2695181b86372e4df03d5b96e92dKristina Sojakova </manifestEntries>
dd6f22b9dcff2695181b86372e4df03d5b96e92dKristina Sojakova </archive>
dd6f22b9dcff2695181b86372e4df03d5b96e92dKristina Sojakova </configuration>
dd6f22b9dcff2695181b86372e4df03d5b96e92dKristina Sojakova </plugin>
dd6f22b9dcff2695181b86372e4df03d5b96e92dKristina Sojakova
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-shared</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<!-- Commons -->
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource-http</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>