pom.xml revision 8e00814231493626af3599f2643c6892ed472bed
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<?xml version="1.0" encoding="UTF-8"?>
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<!--
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd ~
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd ~ Copyright (c) 2011-2012 ForgeRock AS. All Rights Reserved
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd ~
791057e5ead8cce851bbb30b06d552aef7e2c897gryzor ~ The contents of this file are subject to the terms
791057e5ead8cce851bbb30b06d552aef7e2c897gryzor ~ of the Common Development and Distribution License
791057e5ead8cce851bbb30b06d552aef7e2c897gryzor ~ (the License). You may not use this file except in
791057e5ead8cce851bbb30b06d552aef7e2c897gryzor ~ compliance with the License.
6ae232055d4d8a97267517c5e50074c2c819941and ~
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd ~ You can obtain a copy of the License at
6ae232055d4d8a97267517c5e50074c2c819941and ~ http://forgerock.org/license/CDDLv1.0.html
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak ~ See the License for the specific language governing
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak ~ permission and limitations under the License.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak ~
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak ~ When distributing Covered Code, include this CDDL
~ Header Notice in each file and include the License file
~ at http://forgerock.org/license/CDDLv1.0.html
~ If applicable, add the following below the CDDL Header,
~ with the fields enclosed by brackets [] replaced by
~ your own identifying information:
~ "Portions Copyrighted [year] [name of copyright owner]"
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-project</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>openidm-authnfilter</artifactId>
<name>OpenIDM JASPI Authentication Filter</name>
<packaging>pom</packaging>
<modules>
<module>openidm-authnfilter-config</module>
<module>openidm-authnfilter-modules</module>
</modules>
</project>