pom.xml revision 112d5e49ae4f0d438566e854e2f4f0d19799a617
6ae232055d4d8a97267517c5e50074c2c819941and<?xml version="1.0" encoding="UTF-8"?>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and<!--
6ae232055d4d8a97267517c5e50074c2c819941and ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6ae232055d4d8a97267517c5e50074c2c819941and ~
6ae232055d4d8a97267517c5e50074c2c819941and ~ Copyright (c) 2012-2013 ForgeRock AS. All rights reserved.
6ae232055d4d8a97267517c5e50074c2c819941and ~
6ae232055d4d8a97267517c5e50074c2c819941and ~ The contents of this file are subject to the terms
6ae232055d4d8a97267517c5e50074c2c819941and ~ of the Common Development and Distribution License
6ae232055d4d8a97267517c5e50074c2c819941and ~ (the License). You may not use this file except in
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ compliance with the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ You can obtain a copy of the License at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ http://forgerock.org/license/CDDLv1.0.html
6ae232055d4d8a97267517c5e50074c2c819941and ~ See the License for the specific language governing
6ae232055d4d8a97267517c5e50074c2c819941and ~ permission and limitations under the License.
6ae232055d4d8a97267517c5e50074c2c819941and ~
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen ~ When distributing Covered Code, include this CDDL
3f08db06526d6901aa08c110b5bc7dde6bc39905nd ~ Header Notice in each file and include the License file
6ae232055d4d8a97267517c5e50074c2c819941and ~ at http://forgerock.org/license/CDDLv1.0.html
6ae232055d4d8a97267517c5e50074c2c819941and ~ If applicable, add the following below the CDDL Header,
6ae232055d4d8a97267517c5e50074c2c819941and ~ with the fields enclosed by brackets [] replaced by
b43f840409794ed298e8634f6284741f193b6c4ftakashi ~ your own identifying information:
6ae232055d4d8a97267517c5e50074c2c819941and ~ "Portions Copyrighted [year] [name of copyright owner]"
6ae232055d4d8a97267517c5e50074c2c819941and -->
6ae232055d4d8a97267517c5e50074c2c819941and
b43f840409794ed298e8634f6284741f193b6c4ftakashi<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">
6ae232055d4d8a97267517c5e50074c2c819941and <modelVersion>4.0.0</modelVersion>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung <parent>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.forgerock.openam</groupId>
b43f840409794ed298e8634f6284741f193b6c4ftakashi <artifactId>openam</artifactId>
b43f840409794ed298e8634f6284741f193b6c4ftakashi <version>11.0.0-SNAPSHOT</version>
b43f840409794ed298e8634f6284741f193b6c4ftakashi </parent>
b43f840409794ed298e8634f6284741f193b6c4ftakashi <groupId>org.forgerock.openam</groupId>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>openam-oauth2</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <packaging>pom</packaging>
6ae232055d4d8a97267517c5e50074c2c819941and <name>OpenAM OAuth2</name>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <modules>
6ae232055d4d8a97267517c5e50074c2c819941and <module>openam-oauth2-restlet-extension</module>
6ae232055d4d8a97267517c5e50074c2c819941and <module>openam-oauth2-openam-extension</module>
6ae232055d4d8a97267517c5e50074c2c819941and <module>openam-oauth2-core-token-service</module>
6ae232055d4d8a97267517c5e50074c2c819941and <module>openam-oauth2-main</module>
6ae232055d4d8a97267517c5e50074c2c819941and <module>openam-oauth2-demo</module>
6ae232055d4d8a97267517c5e50074c2c819941and <module>openam-oauth2-common</module>
6ae232055d4d8a97267517c5e50074c2c819941and </modules>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <properties>
6ae232055d4d8a97267517c5e50074c2c819941and <maven.compiler.target>1.6</maven.compiler.target>
6ae232055d4d8a97267517c5e50074c2c819941and <maven.compiler.source>1.6</maven.compiler.source>
6ae232055d4d8a97267517c5e50074c2c819941and </properties>
6ae232055d4d8a97267517c5e50074c2c819941and</project>
6ae232055d4d8a97267517c5e50074c2c819941and