[MSHARED-326]  enable all maven-dependency-tree ITs
Submitted by: William Ferguson

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1582480 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ef8c49e..ebef0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,11 +148,9 @@
           <settingsFile>src/it/settings.xml</settingsFile>
           <pomIncludes>
             <pomInclude>*/pom.xml</pomInclude>
+            <pomInclude>maven-version/pom.xml</pomInclude>
+            <pomInclude>mshared-167/pom.xml</pomInclude>
           </pomIncludes>
-          <pomExcludes><!-- failing actually with m-dependency 2.6: will require 2.8 -->
-            <pomExclude>maven-version/pom.xml</pomExclude>
-            <pomExclude>mshared-167/pom.xml</pomExclude>
-          </pomExcludes>
         </configuration>
         <executions>
           <execution>
diff --git a/src/it/maven-version/pom.xml b/src/it/maven-version/pom.xml
index ef1dc23..289994a 100644
--- a/src/it/maven-version/pom.xml
+++ b/src/it/maven-version/pom.xml
@@ -72,7 +72,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.8</version>
           <configuration>
             <outputFile>target/tree.txt</outputFile>
           </configuration>
diff --git a/src/it/mshared-167/pom.xml b/src/it/mshared-167/pom.xml
index cfb8f76..132e479 100644
--- a/src/it/mshared-167/pom.xml
+++ b/src/it/mshared-167/pom.xml
@@ -52,7 +52,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.8</version>
           <configuration>
             <outputFile>${outputFile}</outputFile>
           </configuration>
diff --git a/src/it/verbose/expected-default.txt b/src/it/verbose/expected-default.txt
index 5718bb1..65afb26 100644
--- a/src/it/verbose/expected-default.txt
+++ b/src/it/verbose/expected-default.txt
@@ -9,7 +9,7 @@
 |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
 |     +- junit:junit:jar:3.8.1:compile
 |     \- classworlds:classworlds:jar:1.1-alpha-2:compile
-+- org.apache.maven:maven-profile:jar:2.0.4:test (scope not updated to compile)
++- org.apache.maven:maven-profile:jar:2.0.4:test
 +- org.apache.maven:maven-model:jar:2.0.7:runtime
 \- org.apache.xmlgraphics:batik-bridge:jar:1.7:compile
    +- org.apache.xmlgraphics:batik-anim:jar:1.7:compile
@@ -20,6 +20,7 @@
    +- org.apache.xmlgraphics:batik-gvt:jar:1.7:compile
    +- org.apache.xmlgraphics:batik-parser:jar:1.7:compile
    +- org.apache.xmlgraphics:batik-script:jar:1.7:compile
+   |  \- org.apache.xmlgraphics:batik-js:jar:1.7:compile
    +- org.apache.xmlgraphics:batik-svg-dom:jar:1.7:compile
    +- org.apache.xmlgraphics:batik-util:jar:1.7:compile
    +- org.apache.xmlgraphics:batik-xml:jar:1.7:compile
diff --git a/src/it/verbose/pom.xml b/src/it/verbose/pom.xml
index e3b11bc..c57704f 100644
--- a/src/it/verbose/pom.xml
+++ b/src/it/verbose/pom.xml
@@ -83,7 +83,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.8</version>
         <dependencies>
           <dependency>
             <groupId>@project.groupId@</groupId>