NO-JIRA: account for behaviour changes in bundle plugin to produce comparible manifest to before update in 532e5e8aace0618eb605767a6c3ebade7a27d231
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 0b2fa07..30b1c8d 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -56,8 +56,9 @@
         <configuration>
           <instructions>
             <Import-Package>
-              javax.net.ssl*;resolution:=optional,*
+              javax.net.ssl*;resolution:=optional,!org.bouncycastle*,*
             </Import-Package>
+            <Automatic-Module-Name>org.apache.qpid.proton.j</Automatic-Module-Name>
           </instructions>
         </configuration>
       </plugin>