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 24ee81c04d5 Fixed tests
24ee81c04d5 is described below

commit 24ee81c04d57b53fa8b4beacb645a929c131d5d1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jan 19 07:39:37 2023 +0100

    Fixed tests
---
 dsl/camel-endpointdsl/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dsl/camel-endpointdsl/pom.xml b/dsl/camel-endpointdsl/pom.xml
index 5c1070ecb7d..fe8a504e9c1 100644
--- a/dsl/camel-endpointdsl/pom.xml
+++ b/dsl/camel-endpointdsl/pom.xml
@@ -83,6 +83,10 @@
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-common</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty.http2</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to