now, rearranging BOM usage to streamline a bit more, and removing one final reference to sisu that doesn't use the BOM version

git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/mae@1154007 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mae-boms/mae-app-bom/pom.xml b/mae-boms/mae-app-bom/pom.xml
index 05ade41..31a2850 100644
--- a/mae-boms/mae-app-bom/pom.xml
+++ b/mae-boms/mae-app-bom/pom.xml
@@ -123,6 +123,14 @@
         <version>2.0</version>
       </dependency>
       <!-- /END infra requirements -->
+      
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven</artifactId>
+        <version>${mavenVersion}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>
diff --git a/mae-boms/mae-library-bom/pom.xml b/mae-boms/mae-library-bom/pom.xml
index 7ecf554..b6db816 100644
--- a/mae-boms/mae-library-bom/pom.xml
+++ b/mae-boms/mae-library-bom/pom.xml
@@ -62,14 +62,6 @@
       
       <dependency>
         <groupId>org.apache.maven</groupId>
-        <artifactId>maven</artifactId>
-        <version>${mavenVersion}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.apache.maven</groupId>
         <artifactId>maven-artifact</artifactId>
         <version>${mavenVersion}</version>
         <scope>provided</scope>
@@ -137,6 +129,14 @@
         <scope>provided</scope>
       </dependency>
       <!-- /END infra requirements -->
+      
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven</artifactId>
+        <version>${mavenVersion}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>
diff --git a/mae-components/mae-project-tools/pom.xml b/mae-components/mae-project-tools/pom.xml
index 19f5bba..6b8182a 100644
--- a/mae-components/mae-project-tools/pom.xml
+++ b/mae-components/mae-project-tools/pom.xml
@@ -68,7 +68,6 @@
     <dependency>
     	<groupId>org.sonatype.sisu</groupId>
     	<artifactId>sisu-inject-plexus</artifactId>
-    	<version>2.1.1-selectable-1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/mae-components/pom.xml b/mae-components/pom.xml
index c26b47a..8b843fe 100644
--- a/mae-components/pom.xml
+++ b/mae-components/pom.xml
@@ -33,13 +33,6 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven</artifactId>
-        <version>${mavenVersion}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-      <dependency>
         <groupId>org.apache.maven.mae</groupId>
         <artifactId>mae-library-bom</artifactId>
         <version>${project.version}</version>