pom.xml revision e11c1a2c902f7934af36152fdfff7d920b810e91
945a9b081610f2b57759231e4cfad7aed62c9326slive<?xml version="1.0" encoding="UTF-8"?>
945a9b081610f2b57759231e4cfad7aed62c9326slive<!--
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
945a9b081610f2b57759231e4cfad7aed62c9326slive ~
f422fa04a2aba00b03b72685702c9ffa87c873adrjung ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
f422fa04a2aba00b03b72685702c9ffa87c873adrjung ~
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ The contents of this file are subject to the terms
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ of the Common Development and Distribution License
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ (the License). You may not use this file except in
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ compliance with the License.
945a9b081610f2b57759231e4cfad7aed62c9326slive ~
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ You can obtain a copy of the License at
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ http://forgerock.org/license/CDDLv1.0.html
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ See the License for the specific language governing
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ permission and limitations under the License.
945a9b081610f2b57759231e4cfad7aed62c9326slive ~
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ When distributing Covered Code, include this CDDL
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ Header Notice in each file and include the License file
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ at http://forgerock.org/license/CDDLv1.0.html
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ If applicable, add the following below the CDDL Header,
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ with the fields enclosed by brackets [] replaced by
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ your own identifying information:
945a9b081610f2b57759231e4cfad7aed62c9326slive ~ "Portions Copyrighted [year] [name of copyright owner]"
945a9b081610f2b57759231e4cfad7aed62c9326slive -->
945a9b081610f2b57759231e4cfad7aed62c9326slive<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">
945a9b081610f2b57759231e4cfad7aed62c9326slive <modelVersion>4.0.0</modelVersion>
945a9b081610f2b57759231e4cfad7aed62c9326slive <parent>
945a9b081610f2b57759231e4cfad7aed62c9326slive <groupId>org.forgerock.openidm</groupId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <artifactId>openidm-project</artifactId>
367d146f245f3b1c9f77c18e6ec591b52e0b344cbnicholes <version>3.1.0-RC1</version>
945a9b081610f2b57759231e4cfad7aed62c9326slive </parent>
945a9b081610f2b57759231e4cfad7aed62c9326slive <artifactId>openidm-core</artifactId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <packaging>bundle</packaging>
945a9b081610f2b57759231e4cfad7aed62c9326slive <name>OpenIDM Core Bundle</name>
945a9b081610f2b57759231e4cfad7aed62c9326slive <description>This bundle contains OpenIDM</description>
945a9b081610f2b57759231e4cfad7aed62c9326slive
945a9b081610f2b57759231e4cfad7aed62c9326slive <dependencies>
945a9b081610f2b57759231e4cfad7aed62c9326slive <dependency>
945a9b081610f2b57759231e4cfad7aed62c9326slive <groupId>org.forgerock.openidm</groupId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <artifactId>openidm-enhanced-config</artifactId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <version>${project.version}</version>
945a9b081610f2b57759231e4cfad7aed62c9326slive </dependency>
945a9b081610f2b57759231e4cfad7aed62c9326slive <dependency>
945a9b081610f2b57759231e4cfad7aed62c9326slive <groupId>org.forgerock.openidm</groupId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <artifactId>openidm-quartz-fragment</artifactId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <version>${project.version}</version>
945a9b081610f2b57759231e4cfad7aed62c9326slive </dependency>
945a9b081610f2b57759231e4cfad7aed62c9326slive <dependency>
945a9b081610f2b57759231e4cfad7aed62c9326slive <groupId>org.forgerock.openidm</groupId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <artifactId>openidm-smartevent</artifactId>
945a9b081610f2b57759231e4cfad7aed62c9326slive <version>${project.version}</version>
945a9b081610f2b57759231e4cfad7aed62c9326slive </dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-util</artifactId>
<version>${commons.forgerock-util.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-common</artifactId>
</dependency>
<dependency>
<!-- required to check isPublicContext ) -->
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource-servlet</artifactId>
</dependency>
<!-- <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.fileinstall</artifactId>
<scope>provided</scope>
</dependency>-->
<!-- Provided OSGi Dependencies -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
<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>
<!-- 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>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-groovy</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>janino</groupId>
<artifactId>janino</artifactId>
<version>2.5.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<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.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<goals>
<goal>generateTestStubs</goal>
<goal>testCompile</goal>
</goals>
<configuration>
<providerSelection>2.0</providerSelection>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>