Repository: maven-integration-testing Updated Branches: refs/heads/master bf9208ba1 -> 4004e2126
o Updated to manage plugin dependencies to versions installed by the bootstrapping process. 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/4004e212 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/4004e212 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/4004e212 Branch: refs/heads/master Commit: 4004e2126a29b951575e1a7e77b432a0c0e20a13 Parents: bf9208b Author: Christian Schulte <[email protected]> Authored: Thu Dec 15 19:31:51 2016 +0100 Committer: Christian Schulte <[email protected]> Committed: Thu Dec 15 19:31:51 2016 +0100 ---------------------------------------------------------------------- core-it-support/core-it-plugins/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/4004e212/core-it-support/core-it-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/core-it-support/core-it-plugins/pom.xml b/core-it-support/core-it-plugins/pom.xml index 93abe85..8770cb7 100644 --- a/core-it-support/core-it-plugins/pom.xml +++ b/core-it-support/core-it-plugins/pom.xml @@ -84,6 +84,17 @@ under the License. <module>mng5958-extension</module> </modules> + <!-- Manage versions to match bootstrap. --> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.5.5</version> + </dependency> + </dependencies> + </dependencyManagement> + <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins</developerConnection>
