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 6d5dea2a29a9 CAMEL-23177: undertow and cxf as misaligned
6d5dea2a29a9 is described below
commit 6d5dea2a29a95fcb9d6f3cce9cdb11f9661b8e9f
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 11 18:34:28 2026 +0100
CAMEL-23177: undertow and cxf as misaligned
---
tests/camel-itest/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index b7d4b802f76d..e66c76501c58 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -279,6 +279,11 @@
</exclusions>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-undertow</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-undertow</artifactId>
@@ -299,11 +304,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-undertow</artifactId>
- <scope>test</scope>
- </dependency>
<!-- logging -->
<dependency>