You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/02/26 11:03:23 UTC

[shardingsphere] branch master updated: Adjust junit-jupiter-params's scope (#24352)

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

panjuan 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 19dd1cbf67a Adjust junit-jupiter-params's scope (#24352)
19dd1cbf67a is described below

commit 19dd1cbf67a15cae0f125bc96845359cf4d96923
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun Feb 26 19:03:15 2023 +0800

    Adjust junit-jupiter-params's scope (#24352)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e116601dd5e..f187d332ed0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -636,7 +636,6 @@
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-params</artifactId>
-            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>