Repository: maven
Updated Branches:
  refs/heads/MNG-6166 [created] c92439d67


[MNG-6166] mvn dependency:go-offline fails due to missing transitive dependency 
jdom:jdom:jar:1.1


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

Branch: refs/heads/MNG-6166
Commit: c92439d67249779b12e367d1eab2193b78309dfc
Parents: 1740265
Author: Archimedes Trajano <traj...@yahoo.com>
Authored: Sat Feb 4 00:41:58 2017 +0100
Committer: Michael Osipov <micha...@apache.org>
Committed: Sat Feb 4 00:43:09 2017 +0100

----------------------------------------------------------------------
 maven-core/src/test/resources-project-builder/foo/sub/pom.xml | 4 ----
 pom.xml                                                       | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/c92439d6/maven-core/src/test/resources-project-builder/foo/sub/pom.xml
----------------------------------------------------------------------
diff --git a/maven-core/src/test/resources-project-builder/foo/sub/pom.xml 
b/maven-core/src/test/resources-project-builder/foo/sub/pom.xml
index c5e3d9a..dc10bd1 100644
--- a/maven-core/src/test/resources-project-builder/foo/sub/pom.xml
+++ b/maven-core/src/test/resources-project-builder/foo/sub/pom.xml
@@ -25,10 +25,6 @@
       <artifactId>dom4j</artifactId>
     </dependency>
     <dependency>
-      <groupId>jdom</groupId>
-      <artifactId>jdom</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/maven/blob/c92439d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 75bdb87..83b7b18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ under the License.
     <commonsCliVersion>1.2</commonsCliVersion>
     <commonsLangVersion>3.4</commonsLangVersion>
     <junitVersion>4.11</junitVersion>
-    <plexusVersion>1.6</plexusVersion>
+    <plexusVersion>1.7.1</plexusVersion>
     <plexusInterpolationVersion>1.21</plexusInterpolationVersion>
     <plexusUtilsVersion>3.0.22</plexusUtilsVersion>
     <!-- Latest version of Guava that works with Sisu -->

Reply via email to