aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-12-15 09:35:42 +0000
committerliamfallon <liam.fallon@est.tech>2021-12-15 09:35:46 +0000
commit4767c0c530950580dedf3c6c249a27728817553e (patch)
tree25248a30ba6ccb4379de34b716fbfd646ec4b543 /integration
parente875bce16587acfab8db4980f4c71038f6fd04a0 (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<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>