pom.xml revision f77f4db5851e736e11eaaed5a5b1aa501bcac0bd
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync<?xml version="1.0" encoding="UTF-8"?>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync<!--
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ The contents of this file are subject to the terms
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ of the Common Development and Distribution License
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ (the License). You may not use this file except in
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ compliance with the License.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ You can obtain a copy of the License at
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ http://forgerock.org/license/CDDLv1.0.html
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ See the License for the specific language governing
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ permission and limitations under the License.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ When distributing Covered Code, include this CDDL
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ Header Notice in each file and include the License file
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ at http://forgerock.org/license/CDDLv1.0.html
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ If applicable, add the following below the CDDL Header,
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ with the fields enclosed by brackets [] replaced by
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ your own identifying information:
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync ~ "Portions Copyrighted [year] [name of copyright owner]"
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync -->
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync<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">
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <modelVersion>4.0.0</modelVersion>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <parent>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.forgerock.openidm</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>openidm-project</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <version>2.1.0-SNAPSHOT</version>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </parent>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>openidm-restlet</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <name>OpenIDM Restlet integration</name>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <packaging>bundle</packaging>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependencies>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.apache.felix</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>org.apache.felix.framework</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <scope>provided</scope>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.forgerock.openidm</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>openidm-core</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <version>${openidm.version}</version>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.forgerock.openidm</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>openidm-servlet-registrator</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <version>${openidm.version}</version>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>javax.servlet</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>servlet-api</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <scope>provided</scope>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.ops4j.pax.web</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>pax-web-api</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <scope>provided</scope>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.forgerock.commons</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>org.forgerock.json.resource.restlet</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.forgerock.commons</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>org.forgerock.restlet</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.forgerock.openidm</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>openidm-httpcontext</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <version>${openidm.version}</version>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.forgerock.openidm</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>openidm-util</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <version>${openidm.version}</version>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.restlet.jee</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>org.restlet.ext.servlet</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.apache.felix</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>org.apache.felix.scr.annotations</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <scope>provided</scope>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <!-- Test Dependencies -->
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.easytesting</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>fest-assert</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <scope>test</scope>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.testng</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>testng</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <scope>test</scope>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependency>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </dependencies>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <build>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <pluginManagement>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <plugins>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <plugin>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <groupId>org.apache.maven.plugins</groupId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <artifactId>maven-javadoc-plugin</artifactId>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <configuration>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <author>false</author>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <links>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <link>http://docs.oracle.com/javase/6/docs/api</link>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <link>http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/</link>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </links>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </configuration>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <executions>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <execution>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <id>attach-javadocs</id>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <goals>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync <goal>jar</goal>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </goals>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </execution>
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync </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.restlet;version=${openidm.version}</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>