pom.xml revision b18b5daa8da6584a68cb16eecaa6c4b12ec68fba
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<?xml version="1.0" encoding="UTF-8"?>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ The contents of this file are subject to the terms
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ of the Common Development and Distribution License
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ (the License). You may not use this file except in
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ compliance with the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ You can obtain a copy of the License at
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ http://forgerock.org/license/CDDLv1.0.html
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ See the License for the specific language governing
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ permission and limitations under the License.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins ~ When distributing Covered Code, include this CDDL
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ Header Notice in each file and include the License file
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ at http://forgerock.org/license/CDDLv1.0.html
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ If applicable, add the following below the CDDL Header,
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ with the fields enclosed by brackets [] replaced by
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ your own identifying information:
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ~ "Portions Copyrighted [year] [name of copyright owner]"
7c0e808d02c2c2e2008cf8ccdaee6400f5834387Joe Bandenburg -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<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">
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <modelVersion>4.0.0</modelVersion>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openidm</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-project</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <version>3.0.0-SNAPSHOT</version>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openidm-util</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <packaging>bundle</packaging>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>OpenIDM Utility Bundle</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <description>This bundle contains the common utilities</description>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <properties>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <openidm.osgi.import.defaults>org.eclipse.wst.jsdt.debug.rhino.debugger;resolution:=optional</openidm.osgi.import.defaults>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </properties>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependencies>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.commons</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>json-patch</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.commons</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>json-crypto</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.commons</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>json-fluent</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.commons</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>json-resource</artifactId>
bf48db3deadd0c664202d879926139b7df9d94f1Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins <groupId>org.forgerock.commons</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>json-resource-servlet</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.commons</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>i18n-slf4j</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </dependency>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-system</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
</dependency>
<!-- Provided OSGi Dependencies -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<!-- TODO Remove org.apache.felix.framework with Compendium 4.3 -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
<!-- Provided Dependencies -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-smartevent</artifactId>
<version>${openidm.version}</version>
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>generate-messages</goal>
</goals>
<configuration>
<messageFiles>
<messageFile>org/forgerock/openidm/util/resource.properties</messageFile>
</messageFiles>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<executions>
<execution>
<id>generate-scr-scrdescriptor</id>
<goals>
<goal>scr</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.forgerock.openidm.router.Activator</Bundle-Activator>
<Bundle-Category>utility</Bundle-Category>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>