Repository: maven-integration-testing Updated Branches: refs/heads/MNG-6169 [created] 5c01864e4
[MNG-6169] Lifecycle/binding plugin version updates MNG-5895 and MNG-6090 with ArtifactResolutionException. Add dependencies Maven Resources Plugin 3.0.2 and Maven Surefire 2.2.0 to bootstrap's group 7. Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/5c01864e Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/5c01864e Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/5c01864e Branch: refs/heads/MNG-6169 Commit: 5c01864e44c7c96cac95545e8568acd044b6d7dc Parents: 4aeb411 Author: Michael Osipov <micha...@apache.org> Authored: Fri May 12 23:31:45 2017 +0200 Committer: Michael Osipov <micha...@apache.org> Committed: Fri May 12 23:53:22 2017 +0200 ---------------------------------------------------------------------- .../src/test/resources/bootstrap/group-7/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/5c01864e/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml index 6538a73..cc09e1b 100644 --- a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml +++ b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml @@ -60,5 +60,18 @@ under the License. <version>2.0</version> <scope>runtime</scope> </dependency> + <!-- MNG-6169 => MNG-5895, MNG-6090 --> + <dependency> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>3.0.2</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.20</version> + <scope>runtime</scope> + </dependency> </dependencies> </project>