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

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


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

commit 8efcefb8f30365ab3d77716933fdbb6ed67920ad
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Jan 20 08:45:12 2026 +0100

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

diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index e6beaa3e91c..a50f1e7bcdd 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -105,6 +105,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