From 02d1512be7988330a3551ae52b466b734eab0e6b Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Fri, 2 Sep 2022 13:33:22 -0500 Subject: [PATCH] ARTEMIS-3967 fix Camel WAR example pom.xml file --- .../features/standard/camel/camel-war/pom.xml | 49 ++++++++++++++++++- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/examples/features/standard/camel/camel-war/pom.xml b/examples/features/standard/camel/camel-war/pom.xml index f7e4873750..7402d424a8 100644 --- a/examples/features/standard/camel/camel-war/pom.xml +++ b/examples/features/standard/camel/camel-war/pom.xml @@ -33,6 +33,7 @@ under the License. ${project.basedir}/../../../../.. + 3.16.0 @@ -53,7 +54,51 @@ under the License. org.apache.camel camel-spring - 3.16.0 + ${camel.version} + + + org.slf4j + slf4j-api + + + + + org.apache.camel + camel-spring-xml + ${camel.version} + + + org.slf4j + slf4j-api + + + + + org.apache.camel + camel-core-languages + ${camel.version} + + + org.slf4j + slf4j-api + + + + + org.apache.camel + camel-xpath + ${camel.version} + + + org.slf4j + slf4j-api + + + + + org.apache.camel + camel-jmx + ${camel.version} org.slf4j @@ -64,7 +109,7 @@ under the License. org.apache.camel camel-jms - 2.20.0 + ${camel.version} org.slf4j