pom.xml revision b56234d54a46cb5aad928863f8a859683d05082e
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ The contents of this file are subject to the terms
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ of the Common Development and Distribution License
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ (the License). You may not use this file except in
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ compliance with the License.
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ You can obtain a copy of the License at
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ http://forgerock.org/license/CDDLv1.0.html
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ See the License for the specific language governing
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ permission and limitations under the License.
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ When distributing Covered Code, include this CDDL
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ Header Notice in each file and include the License file
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ at http://forgerock.org/license/CDDLv1.0.html
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ If applicable, add the following below the CDDL Header,
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ with the fields enclosed by brackets [] replaced by
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ your own identifying information:
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder ~ "Portions Copyrighted [year] [name of copyright owner]"
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <description>OpenIDM is an open standards based Identity Management, Provisioning and Compliance solution.
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder Experience shows that the most important features of an identity management product are: high flexibility in
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder Business Process handling and compliance with open standards and interfaces. A highly flexible user interface
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder combined with a very robust workflow engine make OpenIDM ready for any Identity Management project.
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder </description>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <url>http://www.opensource.org/licenses/cddl1.php</url>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <comments>Common Development and Distribution License (CDDL) 1.0.
1dfd1687e9ee6a45e2cb5268a701ead79c1c1f79Christian Maeder This license applies to OpenIDM source code as indicated in the
1dfd1687e9ee6a45e2cb5268a701ead79c1c1f79Christian Maeder <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
1dfd1687e9ee6a45e2cb5268a701ead79c1c1f79Christian Maeder <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
1dfd1687e9ee6a45e2cb5268a701ead79c1c1f79Christian Maeder Unported. This license applies to the site content, and to the
1dfd1687e9ee6a45e2cb5268a701ead79c1c1f79Christian Maeder documentation as indicated in the documentation source code.
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <connection>scm:svn:https://svn.forgerock.org/openidm/trunk</connection>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <developerConnection>scm:svn:https://svn.forgerock.org/openidm/trunk</developerConnection>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <url>http://sources.forgerock.org/browse/openidm/trunk</url>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <distributionManagement>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder </distributionManagement>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <!-- NOT ALLOWED: (see FAQ at http://maven.apache.org/guides/mini/guide-central-repository-upload.html ) -->
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <repositories>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder <url>http://maven.forgerock.org/repo/releases</url>
914b90f3d6644fd464c5b26712b65d515a58c037Christian Maeder </repository>
<!--fasterxml.jackson.version>2.2.1</fasterxml.jackson.version-->
<restlet.version>2.1.2</restlet.version>
<javascript.maven.plugin.version>2.0.0-alpha-1</javascript.maven.plugin.version>
<authnfilter.commons.version>1.3.0-SNAPSHOT</authnfilter.commons.version>
org.forgerock.openidm.*;provide:=true,
org.forgerock.json.*;provide:=true,
<siteDistributionURL>scp://forgerock.org/var/www/vhosts/openidm.forgerock.org/httpdocs</siteDistributionURL>
org.apache.felix.scr 1.6.x implements SCR 1.1
org.apache.felix.scr 1.7-SNAPSHOT implements SCR 1.2
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
<groupId>org.apache.felix</groupId>
<artifactId>javax.servlet</artifactId>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.foundation</artifactId>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<!-- The anotation @Retention(RetentionPolicy.SOURCE) changed to @Retention(RetentionPolicy.CLASS) -->
<!-- Prefer this to org.apache.felix.scr.annotations:1.7.0
<groupId>biz.aQute</groupId>
<groupId>de.matrixweb.osgi.wrapped</groupId>
<!--_versionpolicy>${openidm.osgi.import.default.version}</_versionpolicy-->