diff --git a/applications/sink/jdbc-sink/README.adoc b/applications/sink/jdbc-sink/README.adoc index 53432af7..c8c47159 100644 --- a/applications/sink/jdbc-sink/README.adoc +++ b/applications/sink/jdbc-sink/README.adoc @@ -8,7 +8,7 @@ In this case the value is evaluated via generated expression like `payload.COLUM For example we have a JSON payload like: ``` { - "name": "My Name" + "name": "My Name", "address": { "city": "Big City", "street": "Narrow Alley" diff --git a/functions/consumer/jdbc-consumer/pom.xml b/functions/consumer/jdbc-consumer/pom.xml index fd69eee1..2540da08 100644 --- a/functions/consumer/jdbc-consumer/pom.xml +++ b/functions/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/functions/supplier/jdbc-supplier/pom.xml b/functions/supplier/jdbc-supplier/pom.xml index 4ad4bc79..1b45698d 100644 --- a/functions/supplier/jdbc-supplier/pom.xml +++ b/functions/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