Fix a few osgi bundle metadata

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/aopalliance-1.0@814587 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9bd688c..a16b886 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
 	    <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>bundles-pom</artifactId>
-	    <version>1</version>
+	    <version>4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -40,6 +40,7 @@
         <pkgArtifactId>aopalliance</pkgArtifactId>
         <pkgVersion>1.0</pkgVersion>
         <servicemix.osgi.export.pkg>org.aopalliance</servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>!org.aopalliance*,*</servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>