You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2020/10/26 18:11:20 UTC

[qpid-proton-j] branch master updated: NO-JIRA: account for behaviour changes in bundle plugin to produce comparible manifest to before update in 532e5e8aace0618eb605767a6c3ebade7a27d231

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/master by this push:
     new 74cbf43  NO-JIRA: account for behaviour changes in bundle plugin to produce comparible manifest to before update in 532e5e8aace0618eb605767a6c3ebade7a27d231
74cbf43 is described below

commit 74cbf43d9c8a25a770a4178da3bd804a3391a9a0
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Oct 26 18:10:02 2020 +0000

    NO-JIRA: account for behaviour changes in bundle plugin to produce comparible manifest to before update in 532e5e8aace0618eb605767a6c3ebade7a27d231
---
 proton-j/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org