You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/11/16 20:20:02 UTC

[GitHub] [maven-enforcer] slawekjaranowski edited a comment on pull request #125: [MENFORCER-372] Drop PlexusTestCase and junit:junit dependency

slawekjaranowski edited a comment on pull request #125:
URL: https://github.com/apache/maven-enforcer/pull/125#issuecomment-970645781


   hint add to `pluginManagment` in root pom
   ```xml
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <version>3.0.0-M5</version>
           </plugin>
   ```
   
   and `junit-jupiter-engine` can be removed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org