can't make these libraries optional: not visible from core classloader

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1593686 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d67ed6e..ee8fb81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,6 @@
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>1.7</version>
-      <optional>true</optional>
     </dependency>
 
     <!-- Eclipse Aether for Maven 3.1.x -->
@@ -129,7 +128,6 @@
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>0.9.0.M2</version>
-      <optional>true</optional>
     </dependency>
 
     <!-- test -->