This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 41ba60852f8 HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as
explicit test dependency to hbase-http (#7650)
41ba60852f8 is described below
commit 41ba60852f8aa4bd55126c959e74c19e61f3b96b
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]>
(cherry picked from commit 8efcefb8f30365ab3d77716933fdbb6ed67920ad)
---
hbase-http/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index fd8f909094f..b73eb2b5867 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -92,6 +92,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>