Skip to content

Commit

Permalink
CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpoth committed Dec 15, 2023
1 parent 94102a5 commit a5d087a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components-starter/camel-spring-jdbc-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a5d087a

Please sign in to comment.