pom.xml revision a0be79465cb81d32318be4ae04865c76d13f7c0d
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom<?xml version="1.0" encoding="UTF-8"?>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom<!--
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ Copyright (c) 2011-2012 ForgeRock AS. All Rights Reserved
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ The contents of this file are subject to the terms
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ of the Common Development and Distribution License
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ (the License). You may not use this file except in
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ compliance with the License.
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ You can obtain a copy of the License at
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ http://forgerock.org/license/CDDLv1.0.html
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ See the License for the specific language governing
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ permission and limitations under the License.
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ When distributing Covered Code, include this CDDL
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ Header Notice in each file and include the License file
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ at http://forgerock.org/license/CDDLv1.0.html
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ If applicable, add the following below the CDDL Header,
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ with the fields enclosed by brackets [] replaced by
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ your own identifying information:
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom ~ "Portions Copyrighted [year] [name of copyright owner]"
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom -->
cf1cf7b96d38c8b481a90d800cf53546ac15ce8aSimo Sorce<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">
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <modelVersion>4.0.0</modelVersion>
cf1cf7b96d38c8b481a90d800cf53546ac15ce8aSimo Sorce <parent>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <groupId>org.forgerock.openidm</groupId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <artifactId>openidm-project</artifactId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <version>3.1.0-RC1</version>
dcb44c39dda9699cdd6488fd116a51ced0687de3Jakub Hrozek </parent>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <artifactId>openidm-repo</artifactId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <name>OpenIDM repository common</name>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <packaging>bundle</packaging>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <dependencies>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <dependency>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <groupId>org.forgerock.openidm</groupId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <artifactId>openidm-util</artifactId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <version>${project.version}</version>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </dependency>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <!-- Test Dependencies -->
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <dependency>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <groupId>org.easytesting</groupId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <artifactId>fest-assert-core</artifactId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <scope>test</scope>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </dependency>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <dependency>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <groupId>org.testng</groupId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <artifactId>testng</artifactId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <scope>test</scope>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </dependency>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </dependencies>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <build>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <plugins>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <plugin>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <groupId>org.apache.felix</groupId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <artifactId>maven-bundle-plugin</artifactId>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <extensions>true</extensions>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <configuration>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <instructions>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom <Export-Package>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom org.forgerock.openidm.repo;version="${project.version}",
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom org.forgerock.openidm.repo.util;version="${project.version}"
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </Export-Package>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </instructions>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </configuration>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </plugin>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </plugins>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom </build>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom</project>
2d7a7b0140a4d3fcef9148900276e24f82e33866eindenbom