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/22 13:39:52 UTC

[camel] 03/03: CAMEL-19062 - Clean up Parent POM - Spring JDBC and Spring ORM

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 dc08a8c72cf62ea58b116d1afeb68582186e851f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 22 14:32:45 2023 +0100

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

diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index 7522d786e39..85339b72722 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -128,6 +128,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-jdbc</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>