[SM-3378] Fix empty annotation-api spec bundle
diff --git a/annotation-api-1.2/pom.xml b/annotation-api-1.2/pom.xml
index 819ccf7..f966be7 100644
--- a/annotation-api-1.2/pom.xml
+++ b/annotation-api-1.2/pom.xml
@@ -56,9 +56,8 @@
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Description>${project.description}</Bundle-Description>
                         <Export-Package>javax.annotation*;version=1.2;-split-package:=merge-first;-noimport:=true</Export-Package>
-                        <Import-Package>
-                            *
-                        </Import-Package>
+                        <Import-Package>*</Import-Package>
+                        <Private-Package />
                         <Implementation-Title>Apache ServiceMix</Implementation-Title>
                         <Implementation-Version>${project.version}</Implementation-Version>
                     </instructions>