File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,7 @@ limitations under the License.
327
327
<gpg .useagent>true</gpg .useagent>
328
328
<mavenPluginToolsVersion >3.8.2</mavenPluginToolsVersion >
329
329
<mavenFluidoSkinVersion >1.11.2</mavenFluidoSkinVersion >
330
+ <junit5Version >5.9.3</junit5Version >
330
331
</properties >
331
332
332
333
<dependencyManagement >
@@ -337,6 +338,13 @@ limitations under the License.
337
338
<version >${mavenPluginToolsVersion} </version >
338
339
<scope >provided</scope >
339
340
</dependency >
341
+ <dependency >
342
+ <groupId >org.junit</groupId >
343
+ <artifactId >junit-bom</artifactId >
344
+ <version >${junit5Version} </version >
345
+ <type >pom</type >
346
+ <scope >import</scope >
347
+ </dependency >
340
348
</dependencies >
341
349
</dependencyManagement >
342
350
You can’t perform that action at this time.
0 commit comments