This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch maven-plugin-testing-3.x in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
commit b3dee7b0097dca8346148ea01b7a4a8173d3e0e6 Author: Tamas Cservenak <[email protected]> AuthorDate: Mon May 6 11:51:27 2024 +0200 Fallback to p-u 3.5.1 --- maven-plugin-testing-harness/pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index e32f630..aaec2bb 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -113,18 +113,10 @@ under the License. </exclusions> </dependency> - <!-- plexus --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>4.0.1</version> - </dependency> - <dependency> - <!-- correct version must be provided by project depends on Maven version --> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-xml</artifactId> - <version>4.0.3</version> - <optional>true</optional> + <version>3.5.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
