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 4b51ecf commit 060a0d3Copy full SHA for 060a0d3
parent/pom.xml
@@ -142,7 +142,16 @@
142
<version>2.0.17</version>
143
</dependency>
144
145
- </dependencies>
+ <!-- Import all JUnit 5 dependencies -->
146
+ <dependency>
147
+ <groupId>org.junit</groupId>
148
+ <artifactId>junit-bom</artifactId>
149
+ <version>5.14.1</version>
150
+ <type>pom</type>
151
+ <scope>import</scope>
152
+ </dependency>
153
+
154
+ </dependencies>
155
</dependencyManagement>
156
157
<build>
0 commit comments