We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf3840 commit dc5d115Copy full SHA for dc5d115
pom.xml
@@ -14,6 +14,19 @@
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
16
17
+ <dependencyManagement>
18
+ <dependencies>
19
+ <dependency>
20
+ <groupId>org.junit</groupId>
21
+ <artifactId>junit-bom</artifactId>
22
+ <version>6.0.0</version>
23
+ <type>pom</type>
24
+ <scope>import</scope>
25
+ <!-- Bill of Materials for managing JUnit dependencies -->
26
+ </dependency>
27
+ </dependencies>
28
+ </dependencyManagement>
29
+
30
<dependencies>
31
<dependency>
32
<groupId>org.apache.commons</groupId>
@@ -24,7 +37,6 @@
37
38
<groupId>org.junit.jupiter</groupId>
39
<artifactId>junit-jupiter</artifactId>
- <version>6.0.0</version>
40
<scope>test</scope>
41
</dependency>
42
0 commit comments