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
The following commit(s) were added to refs/heads/main by this push: new d8f166ae959 CAMEL-19062 - Clean up Parent POM - Xchange d8f166ae959 is described below commit d8f166ae959b8c447238a76db665031c1f13304c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 16 14:02:16 2023 +0100 CAMEL-19062 - Clean up Parent POM - Xchange Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-xchange/pom.xml | 1 + parent/pom.xml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/components/camel-xchange/pom.xml b/components/camel-xchange/pom.xml index 2dd4568e731..cb596f3d4db 100644 --- a/components/camel-xchange/pom.xml +++ b/components/camel-xchange/pom.xml @@ -42,6 +42,7 @@ <dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-core</artifactId> + <version>${xchange-version}</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> diff --git a/parent/pom.xml b/parent/pom.xml index 58a3477da7e..1efe4f5e6b4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2696,12 +2696,6 @@ <version>${jackson2-version}</version> </dependency> - <dependency> - <groupId>org.knowm.xchange</groupId> - <artifactId>xchange-core</artifactId> - <version>${xchange-version}</version> - </dependency> - <!-- abdera dependencies--> <dependency> <groupId>org.apache.abdera</groupId>