pom.xml revision 1bad1b69167cb45dd69ec6863eedcaf795df19d7
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<?xml version="1.0" encoding="UTF-8"?>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<!--
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift*
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* Copyright (c) 2013 ForgeRock AS. All Rights Reserved
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift*
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* The contents of this file are subject to the terms
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* of the Common Development and Distribution License
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* (the License). You may not use this file except in
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* compliance with the License.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift*
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* You can obtain a copy of the License at
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* http://forgerock.org/license/CDDLv1.0.html
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* See the License for the specific language governing
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* permission and limitations under the License.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac*
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* When distributing Covered Code, include this CDDL
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* Header Notice in each file and include the License file
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* at http://forgerock.org/license/CDDLv1.0.html
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* If applicable, add the following below the CDDL Header,
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* with the fields enclosed by brackets [] replaced by
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* your own identifying information:
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift* "Portions Copyrighted [year] [name of copyright owner]"
65e99be301d5a19db33f25841f671756e8dbb9b5ludovicp*
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift-->
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<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">
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <modelVersion>4.0.0</modelVersion>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <!-- Parent Project -->
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <parent>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <groupId>org.forgerock.openam</groupId>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <artifactId>openam-authentication</artifactId>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <version>11.0.0-SNAPSHOT</version>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift </parent>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <!-- Component Definition -->
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <name>OpenAM Auth Persistent Cookie</name>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <description>OpenAM Authentication Persistent</description>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <artifactId>openam-auth-persistentcookie</artifactId>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <packaging>jar</packaging>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <build>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <plugins>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <plugin>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <groupId>org.apache.maven.plugins</groupId>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <artifactId>maven-jar-plugin</artifactId>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <configuration>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <archive>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <index>true</index>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <manifest>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <addClasspath>true</addClasspath>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <classpathPrefix>lib/</classpathPrefix>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift </manifest>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <manifestEntries>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <Specification-Title>OpenAM Auth Persistent Cookie</Specification-Title>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift <Specification-Vendor>ForgeRock</Specification-Vendor>
<Implementation-Title>OpenAM Auth Persistent Cookie</Implementation-Title>
<Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
<Implementation-Vendor>ForgeRock</Implementation-Vendor>
<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>
<SVN-Revision>R${svn-revision.revision}</SVN-Revision>
<!-- TODO Add License to Manifest -->
<License />
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-jaspi-jwt-session-module</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-auth-common</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
</dependencies>
</project>