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 2019/08/21 12:17:24 UTC

[qpid-jms] branch master updated: QPIDJMS-471: also indicate dep may not be present in OSGi manifest

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 b5a434d  QPIDJMS-471: also indicate dep may not be present in OSGi manifest
b5a434d is described below

commit b5a434d362a8825fcb51e50171a02f0cd1ff7823
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 21 13:16:04 2019 +0100

    QPIDJMS-471: also indicate dep may not be present in OSGi 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 8714560..748c60f 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -164,6 +164,7 @@
             <Bundle-SymbolicName>org.apache.qpid.jms.client</Bundle-SymbolicName>
             <Export-Package>org.apache.qpid.jms.*</Export-Package>
             <Import-Package>
+            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.*;version="[4.1.0,4.2.0)",


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