pom.xml revision 4d9a927848fc09827974e85c7736d56aad46c792
0N/A<?xml version="1.0"?>
5996N/A<!--
0N/A ! CDDL HEADER START
0N/A !
0N/A ! The contents of this file are subject to the terms of the
0N/A ! Common Development and Distribution License, Version 1.0 only
0N/A ! (the "License"). You may not use this file except in compliance
0N/A ! with the License.
0N/A !
0N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
0N/A ! or http://forgerock.org/license/CDDLv1.0.html.
0N/A ! See the License for the specific language governing permissions
0N/A ! and limitations under the License.
0N/A !
0N/A ! When distributing Covered Code, include this CDDL HEADER in each
0N/A ! file and include the License file at
0N/A ! legal-notices/CDDLv1_0.txt. If applicable,
0N/A ! add the following below this CDDL HEADER, with the fields enclosed
2362N/A ! by brackets "[]" replaced with your own identifying information:
2362N/A ! Portions Copyright [yyyy] [name of copyright owner]
2362N/A !
0N/A ! CDDL HEADER END
0N/A !
647N/A ! Copyright 2015 ForgeRock AS.
647N/A !
2581N/A-->
6109N/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">
667N/A <modelVersion>4.0.0</modelVersion>
4854N/A <parent>
5828N/A <artifactId>opendj-server-parent</artifactId>
647N/A <groupId>org.forgerock.opendj</groupId>
647N/A <version>3.0.0-RC1</version>
176N/A </parent>
176N/A
647N/A <artifactId>opendj-maven-plugin</artifactId>
176N/A <name>OpenDJ Maven Plugin</name>
176N/A <description>
176N/A Set of build tools for OpenDJ project.
5270N/A </description>
5270N/A <packaging>maven-plugin</packaging>
5270N/A
5270N/A <properties>
176N/A <mavenVersion>3.0.4</mavenVersion>
5270N/A </properties>
5270N/A
0N/A <dependencies>
4854N/A <dependency>
647N/A <groupId>org.forgerock.commons</groupId>
0N/A <artifactId>forgerock-util</artifactId>
647N/A </dependency>
0N/A <dependency>
0N/A <groupId>org.twdata.maven</groupId>
0N/A <artifactId>mojo-executor</artifactId>
0N/A <version>2.2.0</version>
0N/A </dependency>
647N/A <dependency>
0N/A <groupId>org.apache.maven.plugin-tools</groupId>
0N/A <artifactId>maven-plugin-annotations</artifactId>
0N/A <version>3.2</version>
0N/A <scope>provided</scope>
0N/A </dependency>
0N/A </dependencies>
0N/A</project>
0N/A