You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2017/09/27 11:43:53 UTC

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

Repository: activemq
Updated Branches:
  refs/heads/master 41a100766 -> 33b52b591


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


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

Branch: refs/heads/master
Commit: 33b52b5914b30e73663a344f095a30c1dd484f49
Parents: 41a1007
Author: gtully <ga...@gmail.com>
Authored: Wed Sep 27 12:43:38 2017 +0100
Committer: gtully <ga...@gmail.com>
Committed: Wed Sep 27 12:43:38 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/33b52b59/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>