From 9f0417e35b108cad4ace57895e4542e2c83f1d7f Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Sun, 17 May 2026 13:44:45 -0400 Subject: [PATCH] Exclude jackson3 artifacts coming in from citrus validation; current camel default is using jackson 2 --- tests/camel-kamelets-itest/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/camel-kamelets-itest/pom.xml b/tests/camel-kamelets-itest/pom.xml index 08117d7dc..198ac4703 100644 --- a/tests/camel-kamelets-itest/pom.xml +++ b/tests/camel-kamelets-itest/pom.xml @@ -161,6 +161,22 @@ org.citrusframework citrus-validation-json test + + + + + tools.jackson.core + jackson-databind + + + tools.jackson.core + jackson-core + + + tools.jackson.dataformat + jackson-dataformat-yaml + +