From a860d1bcc3187109c29ba632867f31705e88ce84 Mon Sep 17 00:00:00 2001
From: maximthomas <maxim.thomas@gmail.com>
Date: Tue, 29 Jul 2025 15:03:02 +0000
Subject: [PATCH] move from jcip-annotations to com.io7m.jcip.annotations to support OSGI

---
 opendj-server-legacy/pom.xml |    6 +++---
 pom.xml                      |    7 ++++---
 opendj-core/pom.xml          |    4 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index 79f3128..8435db2 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -68,8 +68,8 @@
         </dependency>
 
         <dependency>
-          <groupId>com.github.stephenc.jcip</groupId>
-          <artifactId>jcip-annotations</artifactId>
+            <groupId>com.io7m.jcip</groupId>
+            <artifactId>com.io7m.jcip.annotations</artifactId>
         </dependency>
 
         <dependency>
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 27c7334..29e38a6 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -231,8 +231,8 @@
     </dependency>
 
     <dependency>
-      <groupId>com.github.stephenc.jcip</groupId>
-      <artifactId>jcip-annotations</artifactId>
+      <groupId>com.io7m.jcip</groupId>
+      <artifactId>com.io7m.jcip.annotations</artifactId>
     </dependency>
 
     <dependency>
@@ -712,7 +712,7 @@
                 <Embed-Dependency>
                   org.openidentityplatform.commons.persistit:core,
                   <!--je,-->
-                  jcip-annotations
+                  com.io7m.jcip.annotations
                 </Embed-Dependency>
               </instructions>
             </configuration>
diff --git a/pom.xml b/pom.xml
index d35f479..4099fcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,10 +149,11 @@
         		<type>pom</type>
         		<scope>import</scope>
         	</dependency>
+
             <dependency>
-                <groupId>com.github.stephenc.jcip</groupId>
-                <artifactId>jcip-annotations</artifactId>
-                <version>1.0-1</version>
+                <groupId>com.io7m.jcip</groupId>
+                <artifactId>com.io7m.jcip.annotations</artifactId>
+                <version>2.0.0</version>
             </dependency>
 
             <!-- OpenDJ SDK -->

--
Gitblit v1.10.0