ivy.xml revision 6135
6133N/A<?xml version="1.0"?>
6133N/A<!--
6133N/A ! CDDL HEADER START
6133N/A !
6133N/A ! The contents of this file are subject to the terms of the
6133N/A ! Common Development and Distribution License, Version 1.0 only
6133N/A ! (the "License"). You may not use this file except in compliance
6133N/A ! with the License.
6133N/A !
6133N/A ! You can obtain a copy of the license at
6133N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
6133N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
6133N/A ! See the License for the specific language governing permissions
6133N/A ! and limitations under the License.
6133N/A !
6133N/A ! When distributing Covered Code, include this CDDL HEADER in each
6133N/A ! file and include the License file at
6133N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
6133N/A ! add the following below this CDDL HEADER, with the fields enclosed
6133N/A ! by brackets "[]" replaced with your own identifying information:
6133N/A ! Portions Copyright [yyyy] [name of copyright owner]
6133N/A !
6133N/A ! CDDL HEADER END
6133N/A !
6133N/A !
6133N/A ! Copyright 2013 ForgeRock AS
6133N/A ! -->
6133N/A<!DOCTYPE ivy-module [
6135N/A <!ENTITY grizzly.version "2.2.19">
6133N/A]>
6133N/A<ivy-module version="2.0"
6133N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6133N/A xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd">
6133N/A <info organisation="org.forgerock" module="opendj"/>
6133N/A <dependencies>
6135N/A <dependency org="javax.mail" name="mail" rev="1.4.5" />
6133N/A <dependency org="com.sleepycat" name="je" rev="5.0.48" />
6133N/A <!--dependency org="org.forgerock.opendj" name="opendj-rest2ldap-servlet" rev="3.0.0-SNAPSHOT" /-->
6133N/A <dependency org="org.glassfish.grizzly" name="grizzly-http-servlet" rev="&grizzly.version;" />
6133N/A <dependency org="org.glassfish.grizzly" name="grizzly-project" rev="&grizzly.version;" />
6135N/A <dependency org="javax.servlet" name="javax.servlet-api" rev="3.0.1" />
6133N/A
6135N/A <!-- Force download of the sources jar -->
6135N/A <!--
6133N/A <dependency org="org.glassfish.grizzly" name="grizzly-http-server" rev="&grizzly.version;" conf="default->master,sources"/>
6133N/A <dependency org="org.glassfish.grizzly" name="grizzly-framework" rev="&grizzly.version;" conf="default->master,sources"/>
6135N/A -->
6135N/A
6135N/A <exclude org="javax.activation" artifact="activation" />
6133N/A </dependencies>
6133N/A</ivy-module>