We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143e5e5 commit 9bc8216Copy full SHA for 9bc8216
pom.xml
@@ -118,17 +118,12 @@
118
</dependency>
119
<dependency>
120
<groupId>org.junit.jupiter</groupId>
121
- <artifactId>junit-jupiter-api</artifactId>
+ <artifactId>junit-jupiter</artifactId>
122
<scope>test</scope>
123
124
125
- <groupId>org.junit.jupiter</groupId>
126
- <artifactId>junit-jupiter-params</artifactId>
127
- <scope>test</scope>
128
- </dependency>
129
- <dependency>
130
131
- <artifactId>junit-jupiter-engine</artifactId>
+ <groupId>org.junit.platform</groupId>
+ <artifactId>junit-platform-launcher</artifactId>
132
133
134
0 commit comments