pom.xml revision 3adae48283fdd3575a84ee009bbd7e2967b73a1b
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance<?xml version="1.0" encoding="UTF-8"?>
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner<!--
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
fae04f4a69922eb1ddf0f46b34fa15a5a080b693Felix Gabriel Mance ~
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ The contents of this file are subject to the terms
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ of the Common Development and Distribution License
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ (the License). You may not use this file except in
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ compliance with the License.
68ace74bf7cd65cb7eb7e19ffe373520fc520e0cFelix Gabriel Mance ~
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ You can obtain a copy of the License at
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ http://forgerock.org/license/CDDLv1.0.html
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ See the License for the specific language governing
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ permission and limitations under the License.
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ When distributing Covered Code, include this CDDL
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ Header Notice in each file and include the License file
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ at http://forgerock.org/license/CDDLv1.0.html
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski ~ If applicable, add the following below the CDDL Header,
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ with the fields enclosed by brackets [] replaced by
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ your own identifying information:
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance ~ "Portions Copyrighted [year] [name of copyright owner]"
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance -->
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance<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">
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <modelVersion>4.0.0</modelVersion>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <parent>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.forgerock.openidm</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>openidm-project</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <version>3.1.0-RC1</version>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </parent>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>openidm-router</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <packaging>bundle</packaging>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <name>OpenIDM Router Bundle</name>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <description>This bundle contains OpenIDM</description>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <properties>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <openidm.osgi.import.defaults>org.forgerock.json.resource.servlet,org.forgerock.script,org.forgerock.openidm.sync</openidm.osgi.import.defaults>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance </properties>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <dependencies>
732014c1519f1087a7fed3316969b21537394b77Christian Maeder <dependency>
f6f50c832e59d06ae11bbfcf94d0df87313c844eFelix Gabriel Mance <groupId>org.forgerock.openidm</groupId>
51be3b318544e318688bc3f8ee41e21b765dba61Mihai Codescu <artifactId>openidm-util</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <version>${project.version}</version>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.forgerock.openidm</groupId>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <artifactId>openidm-smartevent</artifactId>
732014c1519f1087a7fed3316969b21537394b77Christian Maeder <version>${project.version}</version>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.forgerock.commons</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>script-common</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <!-- Provided OSGi Dependencies -->
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.osgi</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>org.osgi.core</artifactId>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <scope>provided</scope>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance </dependency>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.apache.felix</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>org.apache.felix.framework</artifactId>
a254a6ea12c3651c56ef5c00edf1dd20740156faFelix Gabriel Mance <scope>provided</scope>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.osgi</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>org.osgi.compendium</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <scope>provided</scope>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <!-- Provided Dependencies -->
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.apache.felix</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>org.apache.felix.scr.annotations</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <scope>provided</scope>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <!-- Test Dependencies -->
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.testng</groupId>
732014c1519f1087a7fed3316969b21537394b77Christian Maeder <artifactId>testng</artifactId>
732014c1519f1087a7fed3316969b21537394b77Christian Maeder <scope>test</scope>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.easytesting</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>fest-assert-core</artifactId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <scope>test</scope>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski <dependency>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <groupId>org.mockito</groupId>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <artifactId>mockito-all</artifactId>
7852de3551fc797566ee71165bafe05b6d81728cnotanartist <scope>test</scope>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance </dependency>
7852de3551fc797566ee71165bafe05b6d81728cnotanartist </dependencies>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <build>
f501e448d92c4d819b6bfc1d6487da76cf22528cFelix Gabriel Mance <plugins>
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski <plugin>
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski <groupId>org.apache.felix</groupId>
7852de3551fc797566ee71165bafe05b6d81728cnotanartist <artifactId>maven-scr-plugin</artifactId>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <executions>
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski <execution>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <id>generate-scr-scrdescriptor</id>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <goals>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance <goal>scr</goal>
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski </goals>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance </execution>
7a443a42affdb218b848a9d6b58a4d7675c1c543Felix Gabriel Mance </executions>
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski </plugin>
80875f917d741946a39d0ec0b5721e46ba609823Till Mossakowski <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>