File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 140140 <hessian_lite_version >3.2.5</hessian_lite_version >
141141 <swagger_version >1.5.19</swagger_version >
142142 <spring_test_version >4.3.16.RELEASE</spring_test_version >
143+ <junit_jupiter_version >5.4.0</junit_jupiter_version >
143144 <metrics_version >2.0.1</metrics_version >
144145 <sofa_registry_version >5.2.0</sofa_registry_version >
145146 <gson_version >2.8.5</gson_version >
525526 </dependency >
526527
527528 <!-- Test lib -->
529+ <dependency >
530+ <groupId >org.junit.jupiter</groupId >
531+ <artifactId >junit-jupiter-engine</artifactId >
532+ <version >${junit_jupiter_version} </version >
533+ <scope >test</scope >
534+ </dependency >
535+ <dependency >
536+ <groupId >org.junit.jupiter</groupId >
537+ <artifactId >junit-jupiter-params</artifactId >
538+ <version >${junit_jupiter_version} </version >
539+ <scope >test</scope >
540+ </dependency >
528541 <dependency >
529542 <groupId >org.apache.curator</groupId >
530543 <artifactId >curator-test</artifactId >
You can’t perform that action at this time.
0 commit comments