Fix a few more bundles

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/flatpack-3.1.1@818015 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index abe7ddf..f3af5b0 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,13 @@
         <servicemix.osgi.export.pkg>
             net.sf.flatpack*
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            !net.sf.flatpack*,
+            jxl*;resolution:=optional;version="[2.4.2,3)",
+            org.jdom*;resolution:=optional;version="[1.0,2)",
+            org.slf4j*;version="[1.1,2)",
+            *
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>