This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-3 by this push:
     new afc102719a6 HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as 
explicit test dependency to hbase-http (#7649)
afc102719a6 is described below

commit afc102719a670a278b1d9e23065203595c79f5bd
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Jan 20 08:39:15 2026 +0100

    HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as explicit test dependency 
to hbase-http (#7649)
    
    Signed-off-by: Duo Zhang <[email protected]>
    (cherry picked from commit 6fa0d7185a134c1da9da8119c67e829fcd368d85)
---
 hbase-http/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index b225e9224e1..eb5d69dfbfd 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -109,6 +109,11 @@
       <artifactId>bcprov-jdk18on</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk18on</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>

Reply via email to