This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new b938fbe HBASE-29565 Exclude org.jspecify from
hbase-shaded-miscellaneous (#149)
b938fbe is described below
commit b938fbea51bb8e58bf53f25c3f8b54be4bcc9171
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Sep 3 07:29:46 2025 +0200
HBASE-29565 Exclude org.jspecify from hbase-shaded-miscellaneous (#149)
Signed-off-by: Peter Somogyi <[email protected]>
---
hbase-shaded-miscellaneous/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hbase-shaded-miscellaneous/pom.xml
b/hbase-shaded-miscellaneous/pom.xml
index 812801b..6311768 100644
--- a/hbase-shaded-miscellaneous/pom.xml
+++ b/hbase-shaded-miscellaneous/pom.xml
@@ -70,6 +70,10 @@
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>