File tree Expand file tree Collapse file tree 3 files changed +591
-626
lines changed
src/test/java/org/apache/maven/plugins/pmd Expand file tree Collapse file tree 3 files changed +591
-626
lines changed Original file line number Diff line number Diff line change @@ -231,12 +231,6 @@ under the License.
231231 </dependency >
232232
233233 <!-- test -->
234- <dependency >
235- <groupId >junit</groupId >
236- <artifactId >junit</artifactId >
237- <version >4.13.2</version >
238- <scope >test</scope >
239- </dependency >
240234 <dependency >
241235 <groupId >org.apache.maven.plugin-testing</groupId >
242236 <artifactId >maven-plugin-testing-harness</artifactId >
@@ -285,6 +279,11 @@ under the License.
285279 <version >2.20.0</version >
286280 <scope >test</scope >
287281 </dependency >
282+ <dependency >
283+ <groupId >org.junit.jupiter</groupId >
284+ <artifactId >junit-jupiter-api</artifactId >
285+ <scope >test</scope >
286+ </dependency >
288287 <dependency >
289288 <groupId >org.slf4j</groupId >
290289 <artifactId >slf4j-simple</artifactId >
You can’t perform that action at this time.
0 commit comments