From 96444df2c1d1b7ef024d1b601ac229c55958be2c Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 16 May 2011 16:10:11 +0000
Subject: [PATCH] Make grizzly and i18n compile time dependency for the SDK.

---
 opendj-sdk/opendj3/opendj-sdk/pom.xml          |    4 ++--
 opendj-sdk/opendj3/opendj-client-tools/pom.xml |   12 ------------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/opendj-sdk/opendj3/opendj-client-tools/pom.xml b/opendj-sdk/opendj3/opendj-client-tools/pom.xml
index 27b5d99..2f4addd 100644
--- a/opendj-sdk/opendj3/opendj-client-tools/pom.xml
+++ b/opendj-sdk/opendj3/opendj-client-tools/pom.xml
@@ -41,18 +41,6 @@
   <packaging>jar</packaging>
   <dependencies>
     <dependency>
-      <groupId>org.glassfish.grizzly</groupId>
-      <artifactId>grizzly-framework</artifactId>
-      <version>2.0.0-RC3</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.forgerock.commons</groupId>
-      <artifactId>i18n-core</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>org.opendj</groupId>
       <artifactId>opendj-sdk</artifactId>
       <version>${project.version}</version>
diff --git a/opendj-sdk/opendj3/opendj-sdk/pom.xml b/opendj-sdk/opendj3/opendj-sdk/pom.xml
index 8310305..d3c216c 100644
--- a/opendj-sdk/opendj3/opendj-sdk/pom.xml
+++ b/opendj-sdk/opendj3/opendj-sdk/pom.xml
@@ -44,13 +44,13 @@
       <groupId>org.forgerock.commons</groupId>
       <artifactId>i18n-core</artifactId>
       <version>1.0</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.glassfish.grizzly</groupId>
       <artifactId>grizzly-framework</artifactId>
       <version>2.0.0-RC3</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.opendj</groupId>

--
Gitblit v1.10.0