Revert camel version upgrade 49/126249/1
authorliamfallon <liam.fallon@est.tech>
Wed, 15 Dec 2021 09:35:42 +0000 (09:35 +0000)
committerliamfallon <liam.fallon@est.tech>
Wed, 15 Dec 2021 09:35:46 +0000 (09:35 +0000)
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 <liam.fallon@est.tech>
integration/pom.xml

index 14e234d..101e1ed 100644 (file)
@@ -52,7 +52,7 @@
         <version.netty>4.1.67.Final</version.netty>
         <version.springboot>2.5.0</version.springboot>
         <version.eelf.core>1.0.0</version.eelf.core>
-        <version.camel>3.13.0</version.camel>
+        <version.camel>3.7.3</version.camel>
         <version.tomcat>9.0.45</version.tomcat>
         <version.mockserver>5.11.2</version.mockserver>
         <version.immutable>2.8.8</version.immutable>