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 5d6639fe46bc3b54fa34a875b51e3e8d14cdd283 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 20 13:30:45 2023 +0100 CAMEL-19062 - Clean up Parent POM - Xbean Spring Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-jms/pom.xml | 1 + parent/pom.xml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml index 46bc7f4fde2..e09a086c002 100644 --- a/components/camel-jms/pom.xml +++ b/components/camel-jms/pom.xml @@ -125,6 +125,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-spring</artifactId> + <version>${xbean-spring-version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/parent/pom.xml b/parent/pom.xml index 07f0f34b150..53e64fa42a6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2749,12 +2749,6 @@ <version>${log4j2-version}</version> </dependency> - <dependency> - <groupId>org.apache.xbean</groupId> - <artifactId>xbean-spring</artifactId> - <version>${xbean-spring-version}</version> - </dependency> - <!-- spec jars --> <dependency> <groupId>org.apache.geronimo.specs</groupId>