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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e159d9b1d1b36eb93d5a2096aa433abfe1ecd3c8
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Sep 13 09:54:28 2024 +0200

    Remove override of netty in etcd3 component
    
    there was a mismatch a a time between netty and jetcd-core but tests are
    passing locally now (even with the mentioned 4.1.111 of Netty. there
    were updates on jetcd-core since that time so surely the fix come on
    their side.
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-etcd3/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-etcd3/pom.xml b/components/camel-etcd3/pom.xml
index 7085d49250a..418a014eb72 100644
--- a/components/camel-etcd3/pom.xml
+++ b/components/camel-etcd3/pom.xml
@@ -40,8 +40,6 @@
         <!-- Etcd3 container is not available on these platforms -->
         <skipTests.aarch64>true</skipTests.aarch64>
         <skipITs.aarch64>true</skipITs.aarch64>
-        <!-- netty 4.1.111 does not work with jetcd-core -->
-        <netty-version>4.1.110.Final</netty-version>
     </properties>
 
     <dependencies>

Reply via email to