From 639239d548de73ecfbeb201a23a391b81c5e5f95 Mon Sep 17 00:00:00 2001 From: xavifeds8 Date: Thu, 5 Mar 2026 02:24:58 +0530 Subject: [PATCH 1/2] HBASE-29807 Depend on jcip-annotations explicitly --- hbase-client/pom.xml | 6 ++++++ pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 796fc23d7d61..633377146b12 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -81,6 +81,12 @@ compile true + + com.github.stephenc.jcip + jcip-annotations + compile + true + commons-codec commons-codec diff --git a/pom.xml b/pom.xml index f0e197958e4d..e020314cde63 100644 --- a/pom.xml +++ b/pom.xml @@ -956,6 +956,7 @@ 12.1.0 1.7.1 1.3.9-1 + 1.0-1 4.7.3 4.7.2.1 3.5.3 @@ -1434,6 +1435,11 @@ findbugs-annotations ${findbugs-annotations.version} + + com.github.stephenc.jcip + jcip-annotations + ${jcip-annotations.version} +