commit | e5796d5391e6c1e4a7b947dd2b0170bb1973f156 | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Wed Mar 26 18:20:11 2008 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Wed Mar 26 18:20:11 2008 +0000 |
tree | e053840f10d7e791ce3fc92574dd8ca441e0c02f | |
parent | 1c0b349293eb923d6aa1f5d70af690596cf23f2b [diff] |
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>