Skip to content

Commit fd71714

Browse files
committed
Remove duplicate junit-jupiter-api test-scoped dependency from pom.xml
1 parent d68b032 commit fd71714

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • section-03-playwright-quickstart

section-03-playwright-quickstart/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
</dependency>
2525

2626
<!-- Source: https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
27-
<dependency>
28-
<groupId>org.junit.jupiter</groupId>
29-
<artifactId>junit-jupiter-api</artifactId>
30-
<version>6.1.0-M1</version>
31-
<scope>test</scope>
32-
</dependency>
3327
<dependency>
3428
<groupId>org.junit.jupiter</groupId>
3529
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)