Skip to content

Commit f809014

Browse files
committed
switch to junit 6.x
1 parent 9a58411 commit f809014

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

parent/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@
142142
<version>2.0.17</version>
143143
</dependency>
144144

145+
<!-- Import all JUnit 5 dependencies -->
146+
<dependency>
147+
<groupId>org.junit</groupId>
148+
<artifactId>junit-bom</artifactId>
149+
<version>6.0.1</version>
150+
<type>pom</type>
151+
<scope>import</scope>
152+
</dependency>
153+
145154
</dependencies>
146155
</dependencyManagement>
147156

0 commit comments

Comments
 (0)