Fix pom for commons collections.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@641456 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/commons/commons-collections/pom.xml b/commons/commons-collections/pom.xml
index ecf6c56..5b18521 100644
--- a/commons/commons-collections/pom.xml
+++ b/commons/commons-collections/pom.xml
@@ -69,9 +69,6 @@
                             ${pom.artifactId}
                         </Bundle-SymbolicName>
                         <Export-Package>*;version=${pkgVersion}</Export-Package>
-                        <Import-Package>
-                            !org.apache.commons.collections.*
-                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>