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 5e06dab6484 HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as
explicit test dependency to hbase-http (addendum: add missing
dependencManagement entry)
5e06dab6484 is described below
commit 5e06dab6484676a06560c2816d9f79cdb83d25f9
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Jan 22 16:43:32 2026 +0100
HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as explicit test dependency
to hbase-http (addendum: add missing dependencManagement entry)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 48d020b479f..84c8cdcf3a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1458,6 +1458,12 @@
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk18on</artifactId>
+ <version>${bouncycastle.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>