Fix osgi metadata for a lot of bundles

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/oro-2.0.8@819479 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 036afd9..04f6cc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
 	    <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>bundles-pom</artifactId>
-	    <version>3</version>
+	    <version>4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -42,6 +42,10 @@
         <servicemix.osgi.export.pkg>
             org.apache.oro*
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            !org.apache.oro*,
+            *
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>