You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/20 13:06:39 UTC

[camel] 04/09: CAMEL-19062 - Clean up Parent POM - Xbean Spring

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 d7ab1a3e89f58a0bbaca7b9f8c7e613e11a2d350
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:31:31 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Xbean Spring
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 tests/camel-itest/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 91133e6ff2f..0d3dd785fea 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -269,6 +269,7 @@
         <dependency>
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-spring</artifactId>
+            <version>${xbean-spring-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework</groupId>