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.
327327 <gpg .useagent>true</gpg .useagent>
328328 <mavenPluginToolsVersion >3.8.2</mavenPluginToolsVersion >
329329 <mavenFluidoSkinVersion >1.11.2</mavenFluidoSkinVersion >
330+ <junit5Version >5.9.3</junit5Version >
330331 </properties >
331332
332333 <dependencyManagement >
@@ -337,6 +338,13 @@ limitations under the License.
337338 <version >${mavenPluginToolsVersion} </version >
338339 <scope >provided</scope >
339340 </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 >
340348 </dependencies >
341349 </dependencyManagement >
342350
You can’t perform that action at this time.
0 commit comments