This is an automated email from the ASF dual-hosted git repository.
zhangduo 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 f489901fafb HBASE-29898 Addendum remove junit-vintage completely in
hbase-replication
f489901fafb is described below
commit f489901fafb99d63a61d7a6fc4219c48690b5bb1
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Feb 18 23:15:53 2026 +0800
HBASE-29898 Addendum remove junit-vintage completely in hbase-replication
(cherry picked from commit b0a649d170a6fe8c2fac93fcf9dcd21a24fdbfd6)
---
hbase-replication/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml
index c80b89431e6..21c14270c3e 100644
--- a/hbase-replication/pom.xml
+++ b/hbase-replication/pom.xml
@@ -114,11 +114,6 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>