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