pom.xml revision 1990e93de14b0ff1be54dea2de71a64d0287dec8
0N/A<?xml version="1.0" encoding="UTF-8"?>
0N/A<!--
0N/A ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A ~
0N/A ~ Copyright (c) 2011-2015 ForgeRock AS. All Rights Reserved
0N/A ~
0N/A ~ The contents of this file are subject to the terms
0N/A ~ of the Common Development and Distribution License
0N/A ~ (the License). You may not use this file except in
0N/A ~ compliance with the License.
0N/A ~
0N/A ~ You can obtain a copy of the License at
0N/A ~ http://forgerock.org/license/CDDLv1.0.html
0N/A ~ See the License for the specific language governing
0N/A ~ permission and limitations under the License.
0N/A ~
0N/A ~ When distributing Covered Code, include this CDDL
0N/A ~ Header Notice in each file and include the License file
0N/A ~ at http://forgerock.org/license/CDDLv1.0.html
873N/A ~ If applicable, add the following below the CDDL Header,
0N/A ~ with the fields enclosed by brackets [] replaced by
0N/A ~ your own identifying information:
0N/A ~ "Portions Copyrighted [year] [name of copyright owner]"
0N/A -->
0N/A<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">
828N/A <modelVersion>4.0.0</modelVersion>
0N/A <parent>
0N/A <groupId>org.forgerock.openidm</groupId>
0N/A <artifactId>openidm-project</artifactId>
0N/A <version>4.0.0-SNAPSHOT</version>
0N/A </parent>
0N/A <artifactId>openidm-maintenance</artifactId>
1298N/A <name>OpenIDM maintenance, upgrade, and patching handler</name>
1298N/A <packaging>bundle</packaging>
1298N/A <properties>
1298N/A <!--<openidm.osgi.import.defaults>org.eclipse.wst.jsdt.debug.rhino.debugger;resolution:=optional</openidm.osgi.import.defaults>-->
1298N/A </properties>
619N/A <dependencies>
0N/A <dependency>
0N/A <groupId>org.forgerock.openidm</groupId>
0N/A <artifactId>openidm-config</artifactId>
0N/A <version>${project.version}</version>
0N/A </dependency>
0N/A <dependency>
481N/A <groupId>org.forgerock.commons</groupId>
0N/A <artifactId>json-resource</artifactId>
0N/A </dependency>
0N/A <dependency>
1194N/A <groupId>org.forgerock.commons</groupId>
1194N/A <artifactId>json-patch</artifactId>
619N/A <version>2.5.0-SNAPSHOT</version>
619N/A </dependency>
619N/A
619N/A <dependency>
1298N/A <groupId>org.slf4j</groupId>
0N/A <artifactId>slf4j-api</artifactId>
1181N/A </dependency>
1181N/A <dependency>
1181N/A <groupId>net.lingala.zip4j</groupId>
1181N/A <artifactId>zip4j</artifactId>
1298N/A </dependency>
1181N/A <dependency>
1181N/A <groupId>commons-io</groupId>
0N/A <artifactId>commons-io</artifactId>
0N/A </dependency>
0N/A <dependency>
1194N/A <groupId>com.googlecode.java-diff-utils</groupId>
0N/A <artifactId>diffutils</artifactId>
1298N/A </dependency>
1298N/A <dependency>
481N/A <groupId>org.osgi</groupId>
0N/A <artifactId>org.osgi.compendium</artifactId>
1298N/A <scope>provided</scope>
1298N/A </dependency>
619N/A <dependency>
536N/A <groupId>org.apache.felix</groupId>
1181N/A <artifactId>org.apache.felix.framework</artifactId>
1181N/A <scope>provided</scope>
1181N/A </dependency>
1181N/A <dependency>
961N/A <groupId>org.apache.felix</groupId>
502N/A <artifactId>org.apache.felix.scr.annotations</artifactId>
961N/A <scope>provided</scope>
961N/A </dependency>
961N/A <dependency>
961N/A <groupId>org.apache.felix</groupId>
961N/A <artifactId>org.apache.felix.scr</artifactId>
961N/A <scope>provided</scope>
502N/A </dependency>
961N/A <dependency>
1298N/A <groupId>org.forgerock.commons</groupId>
961N/A <artifactId>launcher</artifactId>
502N/A <version>1.1.1-SNAPSHOT</version>
502N/A <scope>provided</scope>
1298N/A </dependency>
502N/A
502N/A <!-- Test Dependencies -->
720N/A <dependency>
502N/A <groupId>org.testng</groupId>
502N/A <artifactId>testng</artifactId>
502N/A <scope>test</scope>
502N/A </dependency>
1298N/A <dependency>
481N/A <groupId>org.easytesting</groupId>
481N/A <artifactId>fest-assert-core</artifactId>
828N/A <scope>test</scope>
1298N/A </dependency>
481N/A <dependency>
502N/A <groupId>org.mockito</groupId>
0N/A <artifactId>mockito-all</artifactId>
961N/A <scope>test</scope>
961N/A </dependency>
1298N/A </dependencies>
961N/A <build>
961N/A <plugins>
961N/A <plugin>
961N/A <groupId>org.apache.maven.plugins</groupId>
961N/A <artifactId>maven-dependency-plugin</artifactId>
1298N/A <version>2.5.1</version>
961N/A <executions>
961N/A <execution>
961N/A <id>copy</id>
0N/A <!--phase>pre-integration-test</phase-->
961N/A <goals>
1298N/A <goal>copy</goal>
961N/A </goals>
1298N/A <configuration>
961N/A <artifactItems>
961N/A <artifactItem>
961N/A <groupId>org.apache.felix</groupId>
961N/A <artifactId>org.apache.felix.configadmin</artifactId>
0N/A <version>1.6.0</version>
0N/A </artifactItem>
1298N/A <artifactItem>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.log</artifactId>
<version>1.0.1</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>3.2.6</version>
</artifactItem>
<artifactItem>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.2.0</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>1.6.0</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/osgi/bundle</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
</plugin>
<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>
<Import-Package>org.forgerock.commons.launcher;version="[0,1]",*</Import-Package>
<Export-Package>
org.forgerock.openidm.maintenance;version="${project.version}"
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>