From 0e1ac7c8da21e591ae3056f6f7801b6c03e0c9a3 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 07 Jul 2014 11:14:26 +0000
Subject: [PATCH] OPENDJ-1509 (CR-3963) The opendj-ldap-sdk is redundant and can be removed Remove the opendj-ldap-sdk project and update dependencies in all pom files and in the project documentation. * all pom.xml ** Removing reference to the opendj-ldap-sdk project and add dependencies to opendj-core and openj-grizzly * opendj-core/.../index.xml.vm ** Updating the opendj-core documentation with the opendj-ldap-sdk old documentation page * opendj-project site.xml chap-get-sdk.xml ** Updating project documentation menu and developer guide

---
 pom.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 565f5f7..596b731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,6 @@
     <module>opendj-core</module>
     <module>opendj-grizzly</module>
     <module>opendj-config</module>
-    <module>opendj-ldap-sdk</module>
     <module>opendj-cli</module>
     <module>opendj-ldap-toolkit</module>
     <module>opendj-ldap-sdk-examples</module>

--
Gitblit v1.10.0