From 681d11c8214c0d4e56d36be05283e904a0b0709c Mon Sep 17 00:00:00 2001
From: Valera V.Harseko <vharseko@3a-systems.ru>
Date: Wed, 20 May 2020 12:06:11 +0000
Subject: [PATCH] FIX https://github.com/OpenIdentityPlatform/OpenDJ/issues/123 add opendj-slf4j-adapter.jar in bootstrap-client.jar classpath

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

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 7ca03de..d62b098 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -198,6 +198,7 @@
       <artifactId>jul-to-slf4j</artifactId>
     </dependency>
 
+       
     <!-- mail -->
     <dependency>
       <groupId>com.sun.mail</groupId>
@@ -494,6 +495,7 @@
             </goals>
             <configuration>
               <additionalJars>
+              	<additionalJar>opendj-slf4j-adapter.jar</additionalJar>
                  <additionalJar>opendj-je-backend.jar</additionalJar>
               </additionalJars>
             </configuration>

--
Gitblit v1.10.0