From 7145b9165f3789848a543d1245c64babaf43e233 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Fri, 07 Jun 2024 13:54:13 +0000
Subject: [PATCH] Embedded OpenDJ module initial commit (#340)
---
pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 96f2d54..1d86e5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,6 +270,7 @@
<module>opendj-embedded-server-examples</module>
<module>opendj-openidm-account-change-notification-handler</module>
<module>opendj-packages</module>
+ <module>opendj-embedded</module>
</modules>
<build>
--
Gitblit v1.10.0