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 545ff4e  QPIDJMS-441: mark proxy bits optional in bundle manifest
545ff4e is described below

commit 545ff4ef4cdcf4c5f1548f7b4ab6cf03e909cbed
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Thu Oct 31 16:19:25 2019 +0000

    QPIDJMS-441: mark proxy bits optional in bundle manifest
---
 qpid-jms-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index fe3c2b5..f0969b8 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -172,6 +172,7 @@
             io.opentracing.*;resolution:="optional",
             
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.handler.proxy;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.2,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