This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 61f68f0 camel-catalog-maven - Use commons-codec from Camel BOM so we can control it as otherwise an older CVE infected may be picked up by sec vul reporting tools. 61f68f0 is described below commit 61f68f0d1cb5cb52268ce00da7d82c825e24e497 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jul 28 16:16:48 2020 +0200 camel-catalog-maven - Use commons-codec from Camel BOM so we can control it as otherwise an older CVE infected may be picked up by sec vul reporting tools. --- catalog/camel-catalog-maven/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/catalog/camel-catalog-maven/pom.xml b/catalog/camel-catalog-maven/pom.xml index db2ef2d..82dff49 100644 --- a/catalog/camel-catalog-maven/pom.xml +++ b/catalog/camel-catalog-maven/pom.xml @@ -48,6 +48,16 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> + <exclusions> + <exclusion> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> </dependency> <!-- disable all components -->