Repository: activemq
Updated Branches:
  refs/heads/activemq-5.15.x 26788f5fd -> 95b3ba50b


[AMQ-6790] add netty kqueue osgi dependency to the activemq-amqp-client feature

(cherry picked from commit 33b52b5914b30e73663a344f095a30c1dd484f49)


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/95b3ba50
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/95b3ba50
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/95b3ba50

Branch: refs/heads/activemq-5.15.x
Commit: 95b3ba50b0a7f31a413d1601311d205f95843e54
Parents: 26788f5
Author: gtully <gary.tu...@gmail.com>
Authored: Wed Sep 27 12:43:38 2017 +0100
Committer: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Committed: Wed Sep 27 08:53:21 2017 -0400

----------------------------------------------------------------------
 activemq-karaf/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/95b3ba50/activemq-karaf/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf/src/main/resources/features.xml 
b/activemq-karaf/src/main/resources/features.xml
index a5a8670..c989705 100644
--- a/activemq-karaf/src/main/resources/features.xml
+++ b/activemq-karaf/src/main/resources/features.xml
@@ -65,6 +65,7 @@
       <bundle>mvn:io.netty/netty-common/${qpid-jms-netty-version}</bundle>
       <bundle>mvn:io.netty/netty-transport/${qpid-jms-netty-version}</bundle>
       
<bundle>mvn:io.netty/netty-transport-native-epoll/${qpid-jms-netty-version}</bundle>
+      
<bundle>mvn:io.netty/netty-transport-native-kqueue/${qpid-jms-netty-version}</bundle>
       
<bundle>mvn:io.netty/netty-transport-native-unix-common/${qpid-jms-netty-version}</bundle>
       <bundle>mvn:io.netty/netty-buffer/${qpid-jms-netty-version}</bundle>
       <bundle>mvn:io.netty/netty-codec/${qpid-jms-netty-version}</bundle>

Reply via email to