This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit a758f10e561ad00f8eacc4a826adeafeb417b64c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Nov 10 11:53:01 2021 +0000

    QPIDJMS-555: update to Netty 4.1.70
---
 pom.xml                   | 12 +++++++++++-
 qpid-jms-examples/pom.xml |  8 ++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2398e71..f4be039 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <!-- Dependency Versions for this Project -->
     <proton-version>0.33.10</proton-version>
-    <netty-version>4.1.69.Final</netty-version>
+    <netty-version>4.1.70.Final</netty-version>
     <slf4j-version>1.7.30</slf4j-version>
     <log4j-slf4j-version>2.14.1</log4j-slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
@@ -159,12 +159,22 @@
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
+        <artifactId>netty-transport-classes-epoll</artifactId>
+        <version>${netty-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>io.netty</groupId>
         <artifactId>netty-transport-native-epoll</artifactId>
         <version>${netty-version}</version>
         <classifier>${netty-transport-native-epoll-classifier}</classifier>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
+        <artifactId>netty-transport-classes-kqueue</artifactId>
+        <version>${netty-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>io.netty</groupId>
         <artifactId>netty-transport-native-kqueue</artifactId>
         <version>${netty-version}</version>
         <classifier>${netty-transport-native-kqueue-classifier}</classifier>
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 88cd2e3..0527ba9 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -70,10 +70,18 @@
           <exclusions>
             <exclusion>
               <groupId>io.netty</groupId>
+              <artifactId>netty-transport-classes-epoll</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>io.netty</groupId>
               <artifactId>netty-transport-native-epoll</artifactId>
             </exclusion>
             <exclusion>
               <groupId>io.netty</groupId>
+              <artifactId>netty-transport-classes-kqueue</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>io.netty</groupId>
               <artifactId>netty-transport-native-kqueue</artifactId>
             </exclusion>
           </exclusions>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to