You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2023/12/15 11:29:44 UTC

(camel-spring-boot) branch main updated: CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc (#1047)

This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new a5d087a9858 CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc (#1047)
a5d087a9858 is described below

commit a5d087a9858dcbe85cabfbeea7fce8e672174b30
Author: John Poth <po...@gmail.com>
AuthorDate: Fri Dec 15 12:29:39 2023 +0100

    CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc (#1047)
---
 components-starter/camel-spring-jdbc-starter/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components-starter/camel-spring-jdbc-starter/pom.xml b/components-starter/camel-spring-jdbc-starter/pom.xml
index 0e3c38aba19..134d4afa87a 100644
--- a/components-starter/camel-spring-jdbc-starter/pom.xml
+++ b/components-starter/camel-spring-jdbc-starter/pom.xml
@@ -33,6 +33,11 @@
       <artifactId>spring-boot-starter</artifactId>
       <version>${spring-boot-version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-jdbc</artifactId>
+      <version>${spring-boot-version}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring-jdbc</artifactId>