diff --git a/consumer/jdbc-consumer/pom.xml b/consumer/jdbc-consumer/pom.xml
index fd69eee1..2540da08 100644
--- a/consumer/jdbc-consumer/pom.xml
+++ b/consumer/jdbc-consumer/pom.xml
@@ -26,10 +26,36 @@
org.springframework.boot
spring-boot-starter-jdbc
+
+ org.hsqldb
+ hsqldb
+ runtime
+
com.h2database
h2
- test
+ runtime
+
+
+ org.mariadb.jdbc
+ mariadb-java-client
+ runtime
+
+
+ org.postgresql
+ postgresql
+ runtime
+
+
+ com.microsoft.sqlserver
+ mssql-jdbc
+ runtime
+
+
+ com.microsoft.azure
+ azure-keyvault
+
+
org.springframework.boot
diff --git a/supplier/jdbc-supplier/pom.xml b/supplier/jdbc-supplier/pom.xml
index 4ad4bc79..1b45698d 100644
--- a/supplier/jdbc-supplier/pom.xml
+++ b/supplier/jdbc-supplier/pom.xml
@@ -41,6 +41,37 @@
org.springframework.boot
spring-boot-configuration-processor
+
+ org.hsqldb
+ hsqldb
+ runtime
+
+
+ com.h2database
+ h2
+ runtime
+
+
+ org.mariadb.jdbc
+ mariadb-java-client
+ runtime
+
+
+ org.postgresql
+ postgresql
+ runtime
+
+
+ com.microsoft.sqlserver
+ mssql-jdbc
+ runtime
+
+
+ com.microsoft.azure
+ azure-keyvault
+
+
+
org.springframework.boot
spring-boot-starter-test
@@ -52,11 +83,6 @@
-
- com.h2database
- h2
- test
-
io.projectreactor
reactor-test