This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mpt34 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit d22b42dab40f27ec65399c4cbfbd14c44cef6ef2 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jun 18 14:27:09 2022 +0200 maven-plugin-testing 3.4.0-SNAPSHOT --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index b5afc41..2fbe88d 100644 --- a/pom.xml +++ b/pom.xml @@ -158,14 +158,8 @@ <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>3.1.0</version> + <version>3.4.0-SNAPSHOT</version> <scope>test</scope> - <exclusions> - <exclusion> - <artifactId>plexus-container-default</artifactId> - <groupId>org.codehaus.plexus</groupId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>
