This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit fd8e73c55110a61f61dae054e88d0f9db6ddf13e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 23 15:05:39 2023 +0100 CAMEL-19062 - Clean up Parent POM - HTTP Async Client Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-olingo2/camel-olingo2-api/pom.xml | 1 + components/camel-olingo4/camel-olingo4-api/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml b/components/camel-olingo2/camel-olingo2-api/pom.xml index c626cdec241..7f7fa5da044 100644 --- a/components/camel-olingo2/camel-olingo2-api/pom.xml +++ b/components/camel-olingo2/camel-olingo2-api/pom.xml @@ -58,6 +58,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> + <version>${httpasyncclient-version}</version> </dependency> <!-- testing --> diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml b/components/camel-olingo4/camel-olingo4-api/pom.xml index 54ff108ce6d..3be87a10083 100644 --- a/components/camel-olingo4/camel-olingo4-api/pom.xml +++ b/components/camel-olingo4/camel-olingo4-api/pom.xml @@ -66,6 +66,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> + <version>${httpasyncclient-version}</version> </dependency> <dependency>