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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new bdf057228ee Refactor : add junit-jupiter-engine back (#29093)
bdf057228ee is described below

commit bdf057228ee7a82c9ac139b8386328eac15872c0
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Nov 20 22:13:39 2023 +0800

    Refactor : add junit-jupiter-engine back (#29093)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 20a863812bf..7bd0c114d6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,6 +604,12 @@
             <artifactId>junit-jupiter-api</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-engine</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-params</artifactId>

Reply via email to