This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 0e75a83bd5a camel-etcd: Lets see if CI tests can pass this (#14646) 0e75a83bd5a is described below commit 0e75a83bd5a6f4b57f2a210529021ce765988c71 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jun 26 10:26:35 2024 +0200 camel-etcd: Lets see if CI tests can pass this (#14646) --- components/camel-etcd3/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/camel-etcd3/pom.xml b/components/camel-etcd3/pom.xml index 5705149278d..ed9d1a60eed 100644 --- a/components/camel-etcd3/pom.xml +++ b/components/camel-etcd3/pom.xml @@ -40,6 +40,8 @@ <!-- 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>