6133N/A<?xml version="1.0" encoding="UTF-8"?>
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<ivy-settings>
6133N/A <settings defaultResolver="main" />
6133N/A <resolvers>
6157N/A <chain name="main" checkmodified="${ivy.checkmodified}" changingPattern="${ivy.changingpattern}">
6157N/A <!-- for forgerock dependencies -->
6147N/A <ibiblio name="forgerock"
6147N/A m2compatible="true"
6147N/A root="http://maven.forgerock.org/repo/repo"
6157N/A checkmodified="${ivy.checkmodified}"
6157N/A changingPattern="${ivy.changingpattern}"
6147N/A />
6157N/A <!-- for nearly everything else -->
6147N/A <ibiblio name="central"
6147N/A m2compatible="true"
6147N/A />
6157N/A <!-- for JE -->
6147N/A <ibiblio name="oracle"
6147N/A m2compatible="true"
6147N/A root="http://download.oracle.com/maven"
6147N/A />
6133N/A </chain>
6133N/A </resolvers>
6133N/A</ivy-settings>
6133N/A