pom.xml revision 457109fb66ae45236beb93b458603bff012e6d14
5394N/A<?xml version="1.0" encoding="UTF-8"?>
5394N/A<!--
5394N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5394N/A*
5394N/A* Copyright 2013-2015 ForgeRock AS.
5394N/A*
5394N/A* The contents of this file are subject to the terms
5394N/A* of the Common Development and Distribution License
5394N/A* (the License). You may not use this file except in
5394N/A* compliance with the License.
5394N/A*
5394N/A* You can obtain a copy of the License at
5394N/A* http://forgerock.org/license/CDDLv1.0.html
5394N/A* See the License for the specific language governing
5394N/A* permission and limitations under the License.
5394N/A*
5394N/A* When distributing Covered Code, include this CDDL
5394N/A* Header Notice in each file and include the License file
5394N/A* at http://forgerock.org/license/CDDLv1.0.html
5394N/A* If applicable, add the following below the CDDL Header,
5394N/A* with the fields enclosed by brackets [] replaced by
5394N/A* your own identifying information:
5394N/A* "Portions Copyrighted [year] [name of copyright owner]"
5394N/A*
5394N/A-->
5394N/A<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">
5394N/A <modelVersion>4.0.0</modelVersion>
5394N/A
5394N/A <!-- Parent Project -->
5394N/A <parent>
5394N/A <groupId>org.forgerock.openam</groupId>
5394N/A <artifactId>openam-auth-filter</artifactId>
5394N/A <version>13.0.0-SNAPSHOT</version>
5394N/A </parent>
5394N/A
5394N/A <!-- Component Definition -->
5394N/A <name>OpenAM Commons Authentication Filter Configuration</name>
5394N/A <description>OpenAM Commons Authentication Filter Configuration</description>
5394N/A <artifactId>openam-authn-filter-config</artifactId>
5394N/A <packaging>jar</packaging>
5394N/A
5394N/A <dependencies>
5394N/A <dependency>
5394N/A <groupId>org.forgerock.openam</groupId>
5394N/A <artifactId>openam-core</artifactId>
5394N/A </dependency>
5394N/A <dependency>
5394N/A <groupId>org.forgerock.commons</groupId>
5394N/A <artifactId>forgerock-jaspi-runtime</artifactId>
5394N/A </dependency>
5394N/A <dependency>
5394N/A <groupId>org.forgerock.commons</groupId>
5394N/A <artifactId>forgerock-auth-filter-common</artifactId>
5394N/A </dependency>
5394N/A <dependency>
5394N/A <groupId>org.forgerock.openam</groupId>
5394N/A <artifactId>openam-authn-filter-modules</artifactId>
5394N/A </dependency>
5394N/A <dependency>
5394N/A <groupId>org.forgerock.commons</groupId>
5394N/A <artifactId>json-resource-http</artifactId>
5394N/A </dependency>
5394N/A <dependency>
5394N/A <groupId>org.forgerock.openam</groupId>
5394N/A <artifactId>openam-rest</artifactId>
5394N/A </dependency>
5394N/A </dependencies>
5394N/A</project>
5394N/A
5394N/A