File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 408408 <groupId >org.apache.maven.plugins</groupId >
409409 <artifactId >maven-dependency-plugin</artifactId >
410410 <configuration >
411- <!-- This dependency is still declared even though tests are migrated to JUnit 5. -->
412- <!-- failsafe plugin pulls in surefire-platform-47 dep from shared-config to run the ITs. -->
413- <!-- It runs the ITs with JUnit4 and until that is removed upstream, we need to decare it -->
414- <ignoredUnusedDeclaredDependencies >junit:junit</ignoredUnusedDeclaredDependencies >
415- <!-- maven-dependency-plugin cannot detect the runtime usage of junit-jupiter-engine for executing JUnit 5+ tests. -->
416- <ignoredUnusedDeclaredDependencies >org.junit.jupiter:junit-jupiter-engine</ignoredUnusedDeclaredDependencies >
411+ <ignoredUnusedDeclaredDependencies >
412+ <!-- This dependency is still declared even though tests are migrated to JUnit 5. -->
413+ <!-- failsafe plugin pulls in surefire-platform-47 dep from shared-config to run the ITs. -->
414+ <!-- It runs the ITs with JUnit4 and until that is removed upstream, we need to decare it -->
415+ <ignoredUnusedDeclaredDependency >junit:junit</ignoredUnusedDeclaredDependency >
416+ <!-- maven-dependency-plugin cannot detect the runtime usage of junit-jupiter-engine for executing JUnit 5+ tests. -->
417+ <ignoredUnusedDeclaredDependency >org.junit.jupiter:junit-jupiter-engine</ignoredUnusedDeclaredDependency >
418+ </ignoredUnusedDeclaredDependencies >
417419 </configuration >
418420 </plugin >
419421 </plugins >
You can’t perform that action at this time.
0 commit comments