From 4767c0c530950580dedf3c6c249a27728817553e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 15 Dec 2021 09:35:42 +0000 Subject: [PATCH] Revert camel version upgrade Bumping the camel version from 3.7.3 to 3.13.0 breaks the CLAMP integration tests. The version of camel was bumped due to the log4j security issue but because the new versions of the log4j libraries are now managed in the parent POM, the old versions of log4j libs used by camel will be overridden anyhow. There is no need to step the camel version. Issue-ID: POLICY-3862 Change-Id: I2f94e539a7aa4d8b91e4756a052df9bee3f725fd Signed-off-by: liamfallon --- integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index 14e234d4..101e1ede 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -52,7 +52,7 @@ 4.1.67.Final 2.5.0 1.0.0 - 3.13.0 + 3.7.3 9.0.45 5.11.2 2.8.8 -- 2.16.6