We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672295e commit 7f05f5eCopy full SHA for 7f05f5e
pom.xml
@@ -68,17 +68,12 @@
68
69
<dependency>
70
<groupId>org.junit.jupiter</groupId>
71
- <artifactId>junit-jupiter-api</artifactId>
+ <artifactId>junit-jupiter</artifactId>
72
<scope>test</scope>
73
</dependency>
74
75
- <groupId>org.junit.jupiter</groupId>
76
- <artifactId>junit-jupiter-params</artifactId>
77
- <scope>test</scope>
78
- </dependency>
79
- <dependency>
80
81
- <artifactId>junit-jupiter-engine</artifactId>
+ <groupId>org.junit.platform</groupId>
+ <artifactId>junit-platform-launcher</artifactId>
82
83
84
0 commit comments