Added Spring-boot-starter-jdbc to Task Starter

The user adds this  dependency is added each time they  implement Spring Cloud task

Resolves #758
This commit is contained in:
Glenn Renfro
2023-02-23 12:10:28 -05:00
parent 24a54b954b
commit 30ac726523

View File

@@ -31,5 +31,9 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-stream</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
</dependencies>
</project>