pom.xml revision 53718e4e054241018d25d23ab07e89a1b536b150
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina<?xml version="1.0" encoding="UTF-8"?>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina<!--
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ The contents of this file are subject to the terms
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ of the Common Development and Distribution License
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ (the License). You may not use this file except in
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ compliance with the License.
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ You can obtain a copy of the License at
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ http://forgerock.org/license/CDDLv1.0.html
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ See the License for the specific language governing
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ permission and limitations under the License.
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ When distributing Covered Code, include this CDDL
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ Header Notice in each file and include the License file
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ at http://forgerock.org/license/CDDLv1.0.html
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ If applicable, add the following below the CDDL Header,
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ with the fields enclosed by brackets [] replaced by
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ your own identifying information:
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina ~ "Portions Copyrighted [year] [name of copyright owner]"
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina -->
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina<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">
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <modelVersion>4.0.0</modelVersion>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <parent>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <groupId>org.forgerock.openidm</groupId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <artifactId>openidm-project</artifactId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <version>3.2.0-SNAPSHOT</version>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina </parent>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <artifactId>openidm-util</artifactId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <packaging>bundle</packaging>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <name>OpenIDM Utility Bundle</name>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <description>This bundle contains the common utilities</description>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <properties>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <openidm.osgi.import.defaults>org.eclipse.wst.jsdt.debug.rhino.debugger;resolution:=optional</openidm.osgi.import.defaults>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina </properties>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <dependencies>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <groupId>org.forgerock.commons</groupId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <artifactId>json-patch</artifactId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina </dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <groupId>org.forgerock.commons</groupId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <artifactId>json-crypto</artifactId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina </dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <groupId>org.forgerock.commons</groupId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <artifactId>json-fluent</artifactId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina </dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <groupId>org.forgerock.commons</groupId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <artifactId>json-resource</artifactId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina </dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <dependency>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <groupId>org.forgerock.commons</groupId>
04e870d99e72aa3160bdb6ab05d986fb4005c3edPavel Březina <artifactId>json-resource-servlet</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-system</artifactId>
<version>${project.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>${project.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>