From 24f8dd6fbc4179bd692d9e6b8e0b7c4138876ef3 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 20 Dec 2021 18:02:43 +0100 Subject: [PATCH] [SUREFIRE-1959] Update plugin (requires Maven 3.2.5+) --- .../plugin/surefire/SurefireDependencyResolverTest.java | 4 ---- pom.xml | 9 ++++++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/SurefireDependencyResolverTest.java b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/SurefireDependencyResolverTest.java index ebf0e1b7a8..d476dfa331 100644 --- a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/SurefireDependencyResolverTest.java +++ b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/SurefireDependencyResolverTest.java @@ -133,8 +133,6 @@ public ArtifactResolutionResult answer( InvocationOnMock invocation ) .isNull(); assertThat( request.getLocalRepository() ) .isNull(); - assertThat( request.getCache() ) - .isNull(); assertThat( request.getCollectionFilter() ) .isNotNull(); assertThat( request.getCollectionFilter() ) @@ -204,8 +202,6 @@ public ArtifactResolutionResult answer( InvocationOnMock invocation ) .isNull(); assertThat( request.getLocalRepository() ) .isNull(); - assertThat( request.getCache() ) - .isNull(); assertThat( request.getCollectionFilter() ) .isNotNull(); assertThat( request.getCollectionFilter() ) diff --git a/pom.xml b/pom.xml index 0aa6f44c65..4692e25917 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 7 - 3.0 + 3.2.5 3.8.1 1.20 @@ -129,7 +129,7 @@ org.apache.maven.reporting maven-reporting-api - ${mavenVersion} + 3.0 org.apache.maven @@ -243,7 +243,7 @@ org.apache.maven.plugin-testing maven-plugin-testing-harness - 2.1 + 3.3.0 org.xmlunit @@ -462,6 +462,9 @@ -Xdoclint:all UTF-8 + + + none