pom.xml revision d675d343e644b8a0ac4363eec8108e13cb76c816
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi<?xml version="1.0" encoding="UTF-8"?>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi<!--
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi*
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* Copyright 2013-2015 ForgeRock AS.
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi*
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* The contents of this file are subject to the terms
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* of the Common Development and Distribution License
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* (the License). You may not use this file except in
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* compliance with the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen*
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen* You can obtain a copy of the License at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen* http://forgerock.org/license/CDDLv1.0.html
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen* See the License for the specific language governing
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* permission and limitations under the License.
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi*
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* When distributing Covered Code, include this CDDL
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen* Header Notice in each file and include the License file
3f08db06526d6901aa08c110b5bc7dde6bc39905nd* at http://forgerock.org/license/CDDLv1.0.html
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* If applicable, add the following below the CDDL Header,
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* with the fields enclosed by brackets [] replaced by
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi* your own identifying information:
b43f840409794ed298e8634f6284741f193b6c4ftakashi* "Portions Copyrighted [year] [name of copyright owner]"
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi*
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi-->
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi<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">
b43f840409794ed298e8634f6284741f193b6c4ftakashi <modelVersion>4.0.0</modelVersion>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <!-- Parent Project -->
b43f840409794ed298e8634f6284741f193b6c4ftakashi <parent>
b43f840409794ed298e8634f6284741f193b6c4ftakashi <groupId>org.forgerock.openam</groupId>
b43f840409794ed298e8634f6284741f193b6c4ftakashi <artifactId>openam-federation</artifactId>
b43f840409794ed298e8634f6284741f193b6c4ftakashi <version>13.0.0-SNAPSHOT</version>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi </parent>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <!-- Component Definition -->
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <name>OpenAM IdP Discovery</name>
e5ce3ac0e9b720c0fa23782e29168a0810697fdetakashi <description>OpenAM IdP Discovery</description>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <artifactId>openam-idpdiscovery</artifactId>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <packaging>jar</packaging>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <dependencies>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <dependency>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <groupId>javax.servlet</groupId>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <artifactId>javax.servlet-api</artifactId>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <scope>provided</scope>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi </dependency>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <dependency>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <groupId>org.forgerock.openam</groupId>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi <artifactId>openam-shared</artifactId>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi </dependency>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi </dependencies>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi</project>
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi
82178a3043043b8813c0d7288a06ca1b7d110d4atakashi