Skip to content

Commit 30ac726

Browse files
committed
Added Spring-boot-starter-jdbc to Task Starter
The user adds this dependency is added each time they implement Spring Cloud task Resolves #758
1 parent 24a54b9 commit 30ac726

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-cloud-starter-task/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@
3131
<groupId>org.springframework.cloud</groupId>
3232
<artifactId>spring-cloud-task-stream</artifactId>
3333
</dependency>
34+
<dependency>
35+
<groupId>org.springframework.boot</groupId>
36+
<artifactId>spring-boot-starter-jdbc</artifactId>
37+
</dependency>
3438
</dependencies>
3539
</project>

0 commit comments

Comments
 (0)