From b337dabd59fdb4e05817ac3e1cfba0077f5f4276 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 08 Jul 2026 16:04:16 +0000
Subject: [PATCH] Fix duplicate opendj-server-legacy classes in distribution lib/ (#661)

---
 opendj-server-legacy/src/main/assembly/opendj-archive-component.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/main/assembly/opendj-archive-component.xml b/opendj-server-legacy/src/main/assembly/opendj-archive-component.xml
index 5ae64db..490d841 100644
--- a/opendj-server-legacy/src/main/assembly/opendj-archive-component.xml
+++ b/opendj-server-legacy/src/main/assembly/opendj-archive-component.xml
@@ -13,7 +13,7 @@
   information: "Portions Copyright [year] [name of copyright owner]".
 
   Copyright 2015-2016 ForgeRock AS.
-  Portions Copyright 2018-2024 3A Systems, LLC
+  Portions Copyright 2018-2026 3A Systems, LLC
 -->
 <!-- OpenDJ final archive content descriptor -->
 <component>
@@ -26,7 +26,7 @@
       <outputFileNameMapping>${artifact.groupId}.${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       <excludes>
         <exclude>javax.activation:activation</exclude>
-        <exclude>org.forgerock.opendj:opendj-server-legacy</exclude>
+        <exclude>org.openidentityplatform.opendj:opendj-server-legacy</exclude>
       </excludes>
     </dependencySet>
   </dependencySets>

--
Gitblit v1.10.0