From f2f8f8d8b765e4baf98820515444bc65b0e5341e Mon Sep 17 00:00:00 2001 From: Stuart McCulloch Date: Fri, 15 Mar 2013 22:46:57 +0000 Subject: [PATCH] Reverting some unexpected aether dependency changes to the top-level pom which broke the build --- pom.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4f443fafc20d..aab1179aa45f 100644 --- a/pom.xml +++ b/pom.xml @@ -58,8 +58,8 @@ 1.7 1.7 1.3 + 1.13.1 1.7.2 - 0.9.0.M2 true apache-maven @@ -264,29 +264,39 @@ - org.eclipse.aether + org.sonatype.aether aether-api ${aetherVersion} - org.eclipse.aether + org.sonatype.aether aether-spi ${aetherVersion} - org.eclipse.aether + org.sonatype.aether aether-impl ${aetherVersion} - org.eclipse.aether + org.sonatype.aether aether-util ${aetherVersion} - org.eclipse.aether + org.sonatype.aether aether-connector-wagon ${aetherVersion} + + + org.codehaus.plexus + plexus-container-default + + + org.sonatype.sisu + sisu-inject-plexus + +