pom.xml revision 4e09b43d07f5b34fe78ca10ece472ee6cbfea35c
6ae232055d4d8a97267517c5e50074c2c819941and<?xml version="1.0" encoding="UTF-8"?>
6ae232055d4d8a97267517c5e50074c2c819941and<!--
6ae232055d4d8a97267517c5e50074c2c819941and* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6ae232055d4d8a97267517c5e50074c2c819941and*
6ae232055d4d8a97267517c5e50074c2c819941and* Copyright 2011-2015 ForgeRock AS.
6ae232055d4d8a97267517c5e50074c2c819941and*
6ae232055d4d8a97267517c5e50074c2c819941and* The contents of this file are subject to the terms
6ae232055d4d8a97267517c5e50074c2c819941and* of the Common Development and Distribution License
6ae232055d4d8a97267517c5e50074c2c819941and* (the License). You may not use this file except in
6ae232055d4d8a97267517c5e50074c2c819941and* compliance with the License.
6ae232055d4d8a97267517c5e50074c2c819941and*
6ae232055d4d8a97267517c5e50074c2c819941and* You can obtain a copy of the License at
6ae232055d4d8a97267517c5e50074c2c819941and* http://forgerock.org/license/CDDLv1.0.html
6ae232055d4d8a97267517c5e50074c2c819941and* See the License for the specific language governing
6ae232055d4d8a97267517c5e50074c2c819941and* permission and limitations under the License.
6ae232055d4d8a97267517c5e50074c2c819941and*
6ae232055d4d8a97267517c5e50074c2c819941and* When distributing Covered Code, include this CDDL
6ae232055d4d8a97267517c5e50074c2c819941and* Header Notice in each file and include the License file
6ae232055d4d8a97267517c5e50074c2c819941and* at http://forgerock.org/license/CDDLv1.0.html
6ae232055d4d8a97267517c5e50074c2c819941and* If applicable, add the following below the CDDL Header,
6ae232055d4d8a97267517c5e50074c2c819941and* with the fields enclosed by brackets [] replaced by
6ae232055d4d8a97267517c5e50074c2c819941and* your own identifying information:
6ae232055d4d8a97267517c5e50074c2c819941and* "Portions Copyrighted [year] [name of copyright owner]"
6ae232055d4d8a97267517c5e50074c2c819941and*
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi-->
11495c9f0bd33e51a25b4d532beadfbcf9b944a3nilgun<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">
6ae232055d4d8a97267517c5e50074c2c819941and <modelVersion>4.0.0</modelVersion>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <!-- Parent Project -->
6ae232055d4d8a97267517c5e50074c2c819941and <parent>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.forgerock.openam</groupId>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>openam</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <version>13.0.0-SNAPSHOT</version>
6ae232055d4d8a97267517c5e50074c2c819941and </parent>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>openam-datastore</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <packaging>jar</packaging>
6ae232055d4d8a97267517c5e50074c2c819941and <name>OpenAM User Data Store</name>
6ae232055d4d8a97267517c5e50074c2c819941and <description>OpenAM User Data Store</description>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <!-- Build -->
070897b4d34cbd17fd2846289189f2a9891f9c84takashi <build>
6ae232055d4d8a97267517c5e50074c2c819941and <plugins>
6ae232055d4d8a97267517c5e50074c2c819941and <plugin>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.apache.maven.plugins</groupId>
070897b4d34cbd17fd2846289189f2a9891f9c84takashi <artifactId>maven-jar-plugin</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <configuration>
6ae232055d4d8a97267517c5e50074c2c819941and <archive>
070897b4d34cbd17fd2846289189f2a9891f9c84takashi <index>true</index>
6ae232055d4d8a97267517c5e50074c2c819941and <manifest>
6ae232055d4d8a97267517c5e50074c2c819941and <addClasspath>true</addClasspath>
6ae232055d4d8a97267517c5e50074c2c819941and <classpathPrefix>lib/</classpathPrefix>
6ae232055d4d8a97267517c5e50074c2c819941and </manifest>
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi <manifestEntries>
11495c9f0bd33e51a25b4d532beadfbcf9b944a3nilgun <Specification-Title>OpenAM User Data Store</Specification-Title>
6ae232055d4d8a97267517c5e50074c2c819941and <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
6ae232055d4d8a97267517c5e50074c2c819941and <Specification-Vendor>ForgeRock</Specification-Vendor>
6ae232055d4d8a97267517c5e50074c2c819941and <Implementation-Title>OpenAM User Data Store</Implementation-Title>
9c1260efa52c82c2a58e5b5f20cd6902563d95f5rbowen <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
6ae232055d4d8a97267517c5e50074c2c819941and <Implementation-Vendor>ForgeRock</Implementation-Vendor>
6ae232055d4d8a97267517c5e50074c2c819941and <Built-By>${user.name}</Built-By>
<Build-Jdk>${java.version}</Build-Jdk>
<Build-Time>${maven.build.timestamp}</Build-Time>
<Version>${project.version}</Version>
<Create-On>${maven.build.timestamp}</Create-On>
<Revision>${git.short.sha1}</Revision>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-ldap-utils</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
</dependency>
</dependencies>
</project>