Skip to content

Commit 7df014a

Browse files
committed
Add junit 5
1 parent 4b905ad commit 7df014a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

community-app/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
<artifactId>quarkus-playwright</artifactId>
3737
<scope>test</scope>
3838
</dependency>
39+
<dependency>
40+
<groupId>io.quarkus</groupId>
41+
<artifactId>quarkus-junit5</artifactId>
42+
<scope>test</scope>
43+
</dependency>
3944
</dependencies>
4045
<build>
4146
<plugins>

0 commit comments

Comments
 (0)