GH-3 - Add JDBC starter to BOM.

This commit is contained in:
Oliver Drotbohm
2022-07-28 19:36:22 +02:00
parent 68c11ca214
commit e6350fd3fc

View File

@@ -75,6 +75,11 @@
<artifactId>spring-modulith-observability</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-jdbc</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-jpa</artifactId>