Skip to content

Commit 1d1e51d

Browse files
author
Gérard Collin
committed
fix: junit5 is now junit
1 parent 1c441df commit 1d1e51d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
</dependency>
4343
<dependency>
4444
<groupId>io.quarkus</groupId>
45-
<artifactId>quarkus-junit5</artifactId>
45+
<artifactId>quarkus-junit</artifactId>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.quarkus</groupId>
50-
<artifactId>quarkus-junit5-mockito</artifactId>
50+
<artifactId>quarkus-junit-mockito</artifactId>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>

0 commit comments

Comments
 (0)