You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/12/07 16:31:45 UTC

git commit: o Somewhere, someone is missing their own p-u dep

Updated Branches:
  refs/heads/master f1b26856d -> 557384893


o Somewhere, someone is missing their own p-u dep


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

Branch: refs/heads/master
Commit: 5573848936b57614116e1e10f37f1c7c94ad35b1
Parents: f1b2685
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Fri Dec 7 16:31:24 2012 +0100
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Fri Dec 7 16:31:24 2012 +0100

----------------------------------------------------------------------
 maven-surefire-report-plugin/pom.xml |    5 +++++
 pom.xml                              |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/55738489/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index c651c67..cc4036b 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -100,6 +100,11 @@
       <version>${doxiaVersion}</version>
     </dependency>
 
+    <dependency> <!-- //todo Someone, somewhere is missing their own -pu dep -->
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.0.8</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/55738489/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 260cd1a..2ee3ba6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,11 +220,6 @@
         <version>${mavenVersion}</version>
       </dependency>
       <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-utils</artifactId>
-        <version>3.0.8</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-shared-utils</artifactId>
         <version>0.2-SNAPSHOT</version>