Skip to content

Commit ec17b49

Browse files
author
Gérard Collin
committed
fix: junit5 is now junit
1 parent 506b9ef commit ec17b49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

quarkus-mongo-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</dependency>
4848
<dependency>
4949
<groupId>io.quarkus</groupId>
50-
<artifactId>quarkus-junit5</artifactId>
50+
<artifactId>quarkus-junit</artifactId>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.rest-assured</groupId>

quarkus-mongo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</dependency>
4848
<dependency>
4949
<groupId>io.quarkus</groupId>
50-
<artifactId>quarkus-junit5</artifactId>
50+
<artifactId>quarkus-junit</artifactId>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>

0 commit comments

Comments
 (0)