pom.xml revision e25d61070d8aad83f29bea8cbe98d547442f4566
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer<?xml version="1.0" encoding="UTF-8"?>
a4794e5f9399ffe9e0fe8a4ed2a9fd5514618613Rainer Grabbe<!--
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a4794e5f9399ffe9e0fe8a4ed2a9fd5514618613Rainer Grabbe ~
c12d42ce40f77309a5e5572a1de874d823cf1b9dThiemo Wiedemeyer ~ Copyright (c) 2013-2014 ForgeRock AS. All Rights Reserved
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu ~
a4794e5f9399ffe9e0fe8a4ed2a9fd5514618613Rainer Grabbe ~ The contents of this file are subject to the terms
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer ~ of the Common Development and Distribution License
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe ~ (the License). You may not use this file except in
a4794e5f9399ffe9e0fe8a4ed2a9fd5514618613Rainer Grabbe ~ compliance with the License.
a4794e5f9399ffe9e0fe8a4ed2a9fd5514618613Rainer Grabbe ~
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer ~ You can obtain a copy of the License at
a4794e5f9399ffe9e0fe8a4ed2a9fd5514618613Rainer Grabbe ~ http://forgerock.org/license/CDDLv1.0.html
a4794e5f9399ffe9e0fe8a4ed2a9fd5514618613Rainer Grabbe ~ See the License for the specific language governing
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer ~ permission and limitations under the License.
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe ~
bec3eda3fd03319e64b9fe55d5517b8a9847b983Christian Maeder ~ When distributing Covered Code, include this CDDL
f49a0c5517bc189246e6a5c4b5cdfe3c0697f5dcRainer Grabbe ~ Header Notice in each file and include the License file
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer ~ at http://forgerock.org/license/CDDLv1.0.html
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe ~ If applicable, add the following below the CDDL Header,
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer ~ with the fields enclosed by brackets [] replaced by
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer ~ your own identifying information:
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer ~ "Portions Copyrighted [year] [name of copyright owner]"
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer -->
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
dbd000c70f6ae3b8f710ca4832e2a9c7e9907b2bRainer Grabbe <modelVersion>4.0.0</modelVersion>
dbd000c70f6ae3b8f710ca4832e2a9c7e9907b2bRainer Grabbe <parent>
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe <groupId>org.forgerock.openidm</groupId>
433bc07a43dd58f7ca4c93b6ea5a026a2dcb114dChristian Maeder <artifactId>openidm-project</artifactId>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer <version>3.1.0-SNAPSHOT</version>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer </parent>
92c80b18ac5c9f50eaac953bd39e03bfed09da6dRainer Grabbe <groupId>org.forgerock.openidm</groupId>
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe <artifactId>openidm-api-servlet</artifactId>
7c318b1e3d796c414c6d178808f8ab381b543344Rainer Grabbe <packaging>bundle</packaging>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder <name>OpenIDM API servlet</name>
ad69cb3627839ed3d33f13d71c81378b65a24b35Till Mossakowski
40d005c52039b32125ee3928f4a615b72008be24Rainer Grabbe <dependencies>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer <dependency>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer <groupId>org.forgerock.openidm</groupId>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer <artifactId>openidm-core</artifactId>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer <version>${openidm.version}</version>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer </dependency>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer <dependency>
8a09bb0d66c5be017e8eefeeea31ead5829ab202Thiemo Wiedemeyer <groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-servlet-registrator</artifactId>
<version>${openidm.version}</version>
</dependency>
<!-- dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource-servlet</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-httpcontext</artifactId>
<version>${openidm.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-util</artifactId>
<version>${openidm.version}</version>
</dependency> -->
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>script-common</artifactId>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</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>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<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>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<author>false</author>
<links>
<link>http://docs.oracle.com/javase/6/docs/api</link>
<link>http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/</link>
</links>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<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>
<!--Export-Package>org.forgerock.openidm.servlet;version=${project.version}</Export-Package-->
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>