From 185456e9ca3d42a056b1752e5210a2a88f7375a9 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 10 Oct 2013 14:55:37 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-175: Decouple OpenDJ LDAP SDK from Grizzly

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

diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index c32e4af..0957081 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -89,6 +89,8 @@
     </site>
   </distributionManagement>
   <modules>
+    <module>opendj-core</module>
+    <module>opendj-grizzly</module>
     <module>opendj-ldap-sdk</module>
     <module>opendj-ldap-toolkit</module>
     <module>opendj-ldap-sdk-examples</module>

--
Gitblit v1.10.0