pom.xml revision fed8b49941707443c3be9c6feba037246d008ef0
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<?xml version="1.0" encoding="UTF-8"?>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<!--
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd*
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
a78048ccbdb6256da15e6b0e7e95355e480c2301nd*
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* The contents of this file are subject to the terms
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* of the Common Development and Distribution License
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* (the License). You may not use this file except in
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* compliance with the License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd*
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* You can obtain a copy of the License at
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* http://forgerock.org/license/CDDLv1.0.html
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* See the License for the specific language governing
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* permission and limitations under the License.
27e52281f1522522b170cafc76b08b58aa70ccaand*
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* When distributing Covered Code, include this CDDL
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* Header Notice in each file and include the License file
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* at http://forgerock.org/license/CDDLv1.0.html
4b5981e276e93df97c34e4da05ca5cf8bbd937dand* If applicable, add the following below the CDDL Header,
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* with the fields enclosed by brackets [] replaced by
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* your own identifying information:
a78048ccbdb6256da15e6b0e7e95355e480c2301nd* "Portions Copyrighted [year] [name of copyright owner]"
a78048ccbdb6256da15e6b0e7e95355e480c2301nd*
ecc5150d35c0dc5ee5119c2717e6660fa331abbftakashi-->
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<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">
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end <modelVersion>4.0.0</modelVersion>
ecc5150d35c0dc5ee5119c2717e6660fa331abbftakashi
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <!-- Parent Project -->
0beb4cd8984235bc220c768f6541bff0218bf96bnd <parent>
0beb4cd8984235bc220c768f6541bff0218bf96bnd <groupId>org.forgerock.openam</groupId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <artifactId>openam-authentication</artifactId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <version>12.0.1-SNAPSHOT</version>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </parent>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <!-- Component Definition -->
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <name>OpenAM Auth LDAP</name>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <description>OpenAM Authentication LDAP</description>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <artifactId>openam-auth-ldap</artifactId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <packaging>jar</packaging>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <!-- Build -->
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <build>
5ae609a8a09239d20f48a4a95c4f21b713995babwrowe <plugins>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <plugin>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <groupId>org.apache.maven.plugins</groupId>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <artifactId>maven-jar-plugin</artifactId>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <configuration>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <archive>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <index>true</index>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <manifest>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <addClasspath>true</addClasspath>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <classpathPrefix>lib/</classpathPrefix>
25ed62dce99fb4e35a6e8df83b948f877db22393nd </manifest>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <manifestEntries>
25ed62dce99fb4e35a6e8df83b948f877db22393nd <Specification-Title>OpenAM Auth LDAP</Specification-Title>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <Specification-Vendor>ForgeRock</Specification-Vendor>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <Implementation-Title>OpenAM Auth LDAP</Implementation-Title>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <Implementation-Version>${project.version} - ${maven.build.timestamp}
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </Implementation-Version>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <Implementation-Vendor>ForgeRock</Implementation-Vendor>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <Built-By>${user.name}</Built-By>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <Build-Jdk>${java.version}</Build-Jdk>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <Build-Time>${maven.build.timestamp}</Build-Time>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <Version>${project.version}</Version>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <Create-On>${maven.build.timestamp}</Create-On>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd <!-- TODO Add License to Manifest -->
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <License />
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna </manifestEntries>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </archive>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna </configuration>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna </plugin>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </plugins>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna </build>
888b616027180cc8aaa4d2bee5ecc6acec175bc5nd <dependencies>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <dependency>
604c89126c27104f659d7a51b0113e3bd435faf8fielding <groupId>org.forgerock.opendj</groupId>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna <artifactId>opendj-ldap-sdk</artifactId>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </dependency>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna </dependencies>
cf54bc6e21a3898595e0167e6d511a7b5c013b1epquerna</project>
a78048ccbdb6256da15e6b0e7e95355e480c2301nd