You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/06/03 20:46:25 UTC

git commit: m-dependency-p:2.7 is needed for IT MNG-5482 too

Updated Branches:
  refs/heads/master 483e94ab3 -> 3f1d0168b


m-dependency-p:2.7 is needed for IT MNG-5482 too

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/3f1d0168
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/3f1d0168
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/3f1d0168

Branch: refs/heads/master
Commit: 3f1d0168b17967068b14de8bd609116e74f942b6
Parents: 483e94a
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jun 2 18:09:31 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jun 2 18:09:31 2013 +0200

----------------------------------------------------------------------
 .../src/test/resources/bootstrap/group-6/pom.xml   |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/3f1d0168/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
index f881809..455f9d5 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-6/pom.xml
@@ -67,11 +67,18 @@ under the License.
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency><!-- IT MNG-5482 -->
+    <!-- IT MNG-5482 -->
+    <dependency>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-site-plugin</artifactId>
       <version>3.2</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-dependency-plugin</artifactId>
+      <version>2.7</version>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 </project>