pom.xml revision 610c44b8740b31fbcb53632c8478698af5183aeb
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu ~ Copyright 2011-2015 ForgeRock AS. All Rights Reserved
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ The contents of this file are subject to the terms
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ of the Common Development and Distribution License
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ (the License). You may not use this file except in
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ compliance with the License.
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ You can obtain a copy of the License at
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ See the License for the specific language governing
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder ~ permission and limitations under the License.
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ When distributing Covered Code, include this CDDL
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ Header Notice in each file and include the License file
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke ~ at http://forgerock.org/license/CDDLv1.0.html
7ab2df3001654dd1b7a2cfc3da1ccef11c39a503Christian Maeder ~ If applicable, add the following below the CDDL Header,
142fd5dd7fcfa170f08b2a0ab232859428f6e3c2Christian Maeder ~ with the fields enclosed by brackets [] replaced by
7ab2df3001654dd1b7a2cfc3da1ccef11c39a503Christian Maeder ~ your own identifying information:
7ab2df3001654dd1b7a2cfc3da1ccef11c39a503Christian Maeder ~ "Portions Copyrighted [year] [name of copyright owner]"
7ab2df3001654dd1b7a2cfc3da1ccef11c39a503Christian Maeder<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">
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <description>OpenIDM is an open standards based Identity Management, Provisioning and Compliance solution.
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke Experience shows that the most important features of an identity management product are: high flexibility in
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke Business Process handling and compliance with open standards and interfaces. A highly flexible user interface
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke combined with a very robust workflow engine make OpenIDM ready for any Identity Management project.
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke </description>
602537decb7c714fbf6da6caa024ab3f10805276Christian Maeder <url>http://www.opensource.org/licenses/cddl1.php</url>
602537decb7c714fbf6da6caa024ab3f10805276Christian Maeder <comments>Common Development and Distribution License (CDDL) 1.0.
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder This license applies to OpenIDM source code as indicated in the
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
7ab2df3001654dd1b7a2cfc3da1ccef11c39a503Christian Maeder <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke Unported. This license applies to the site content, and to the
7d3bd1841316bf065db50df7599541251c666c36Christian Maeder documentation as indicated in the documentation source code.
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <connection>scm:git:ssh://git@stash.forgerock.org:7999/openidm/openidm.git</connection>
d0642e0d269791a923f2bf86ea249f971f14addbChristian Maeder <developerConnection>scm:git:ssh://git@stash.forgerock.org:7999/openidm/openidm.git</developerConnection>
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder <url>https://stash.forgerock.org/projects/OPENIDM/repos/openidm/browse</url>
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder <distributionManagement>
d0642e0d269791a923f2bf86ea249f971f14addbChristian Maeder </distributionManagement>
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <!-- NOT ALLOWED: (see FAQ at http://maven.apache.org/guides/mini/guide-central-repository-upload.html ) -->
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <repositories>
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder <url>http://maven.forgerock.org/repo/releases</url>
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder </repository>
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder <url>http://maven.forgerock.org/repo/snapshots</url>
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder </repository>
91e80ba1d3d89546a6cc48153eef4a30d816c246Christian Maeder <!--repository>
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <id>ops4j</id>
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <name>OPS4J Maven Repository</name>
09847a0124ff1662f6da56cd0ee08c3d539a025cDominik Luecke <url>https://oss.sonatype.org/content/repositories/ops4j-releases</url>
8001b8963091f05d4514ffcbe40a27c159f65426Christian Maeder <enabled>true</enabled>
8001b8963091f05d4514ffcbe40a27c159f65426Christian Maeder <enabled>false</enabled>
ab4555d3733d819838399044a67486e1ffabf0f0Dominik Luecke </repository-->
4f4af799873e53cd4cef76775afa22fdf94b6780Christian Maeder <!-- OrientDB -->
67129146a24c908c3da97b46996dfb48fffdfb78Christian Maeder <url>https://oss.sonatype.org/content/groups/public/</url>
67129146a24c908c3da97b46996dfb48fffdfb78Christian Maeder </repository>
67129146a24c908c3da97b46996dfb48fffdfb78Christian Maeder <!--repository>
67129146a24c908c3da97b46996dfb48fffdfb78Christian Maeder <id>sonatype-nexus-snapshots</id>
67129146a24c908c3da97b46996dfb48fffdfb78Christian Maeder <name>Sonatype Nexus Snapshots</name>
67129146a24c908c3da97b46996dfb48fffdfb78Christian Maeder <url>https://oss.sonatype.org/content/repositories/snapshots</url>
67129146a24c908c3da97b46996dfb48fffdfb78Christian Maeder <enabled>false</enabled>
org.forgerock.openidm.*;provide:=true,
<provisioner.salesforcemodule.version>2.0.${salesforce.api.version}.2-SNAPSHOT</provisioner.salesforcemodule.version>
<siteDistributionURL>scp://community.internal.forgerock.com/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>
<!--_versionpolicy>${openidm.osgi.import.default.version}</_versionpolicy-->