Repository: maven-surefire
Updated Branches:
  refs/heads/master 3a48c083d -> 9b7ca5a2b


[SUREFIRE] removed unnecessary dependencies - transitive d. present


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9b7ca5a2
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9b7ca5a2
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9b7ca5a2

Branch: refs/heads/master
Commit: 9b7ca5a2bb214da1e36a86eb4a64bb1194e697e2
Parents: 3a48c08
Author: Tibor17 <tibo...@lycos.com>
Authored: Mon Jan 19 01:41:56 2015 +0100
Committer: Tibor17 <tibo...@lycos.com>
Committed: Mon Jan 19 01:41:56 2015 +0100

----------------------------------------------------------------------
 surefire-providers/common-junit4/pom.xml   | 5 +++++
 surefire-providers/surefire-junit4/pom.xml | 5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9b7ca5a2/surefire-providers/common-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit4/pom.xml 
b/surefire-providers/common-junit4/pom.xml
index ea836fa..5c39af3 100644
--- a/surefire-providers/common-junit4/pom.xml
+++ b/surefire-providers/common-junit4/pom.xml
@@ -48,5 +48,10 @@
       <artifactId>common-java5</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-shared-utils</artifactId>
+      <scope>compile</scope><!-- somewhere managed with scope provided -->
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9b7ca5a2/surefire-providers/surefire-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit4/pom.xml 
b/surefire-providers/surefire-junit4/pom.xml
index 721f915..4a03783 100644
--- a/surefire-providers/surefire-junit4/pom.xml
+++ b/surefire-providers/surefire-junit4/pom.xml
@@ -43,11 +43,6 @@
       <artifactId>common-junit4</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.surefire</groupId>
-      <artifactId>common-java5</artifactId>
-      <version>${project.version}</version>
-    </dependency>
   </dependencies>
 
   <build>

Reply via email to