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

---
 pom.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

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