Add support for pre-managed metadata to Maven31DependencyGraphBuilder

 * Simply uncomment existing commented out code, and reformat again
 * Also update to maven-shared-components 33, and test against latest maven 3.0.5 bugfix release
diff --git a/pom.xml b/pom.xml
index fbda3ca..65a1e14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.0.4</version>
+      <version>3.0.5</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -173,7 +173,7 @@
               These files contains the expected output of this component and can not contain a license header.
             -->
             <exclude>src/it/*/expected*.txt</exclude>
-          </excludes>            
+          </excludes>
         </configuration>
         <executions>
           <execution>