pom.xml revision b9882adbde92d8014ca2f0d73e2aac01ccc8622e
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync<?xml version="1.0" encoding="UTF-8"?>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync<!--
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ Copyright (c) 2012 ForgeRock AS. All Rights Reserved
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ The contents of this file are subject to the terms
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ of the Common Development and Distribution License
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ (the License). You may not use this file except in
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ compliance with the License.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ You can obtain a copy of the License at
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ http://forgerock.org/license/CDDLv1.0.html
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ See the License for the specific language governing
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ permission and limitations under the License.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ When distributing Covered Code, include this CDDL
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ Header Notice in each file and include the License file
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ at http://forgerock.org/license/CDDLv1.0.html
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ If applicable, add the following below the CDDL Header,
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ with the fields enclosed by brackets [] replaced by
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ your own identifying information:
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync ~ "Portions Copyrighted [year] [name of copyright owner]"
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync -->
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <modelVersion>4.0.0</modelVersion>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <parent>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <artifactId>openidm-project</artifactId>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <groupId>org.forgerock.openidm</groupId>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <version>2.2.0-SNAPSHOT</version>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync </parent>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <artifactId>openidm-script</artifactId>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <packaging>bundle</packaging>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <name>OpenIDM Script Bundle</name>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <description>This bundle implement the Scripting support for the Common Resource Access Protocol</description>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <dependencies>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <dependency>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <groupId>org.forgerock.openidm</groupId>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync <artifactId>openidm-enhanced-config</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-quartz-fragment</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-common</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<optional>true</optional>
</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>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-extender</artifactId>
<version>1.6.0</version>
<exclusions>
<exclusion>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<groupId>org.ops4j.pax.swissbox</groupId>
</exclusion>
</exclusions>
<scope>provided</scope>
<optional>true</optional>
</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>
</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.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Private-Package>org.forgerock.openidm.script.impl*</Private-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>