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-jms.git


The following commit(s) were added to refs/heads/master by this push:
     new 46a98d1  QPIDJMS-462: allow OSGI resolution to be optional for native 
transport packages
46a98d1 is described below

commit 46a98d12bf9c85d6eba5ecf7981ddedee5aa729f
Author: Alex Volanis <alexander.vola...@simplivity.com>
AuthorDate: Mon Jul 2 20:53:16 2018 -0400

    QPIDJMS-462: allow OSGI resolution to be optional for native transport 
packages
    
    This closes #20
---
 qpid-jms-client/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 9bdc6ad..045f8a1 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -145,6 +145,8 @@
             
<Bundle-SymbolicName>org.apache.qpid.jms.client</Bundle-SymbolicName>
             <Export-Package>org.apache.qpid.jms.*</Export-Package>
             <Import-Package>
+            
io.netty.channel.epoll;resolution:="optional";version="[4.1.0,4.2.0)",
+            
io.netty.channel.kqueue;resolution:="optional";version="[4.1.0,4.2.0)",
             io.netty.*;version="[4.1.0,4.2.0)",
             org.apache.qpid.proton.*;version="[0.33.1,0.40.0)",
             *</Import-Package>


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

Reply via email to