We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5495fda commit 414c17eCopy full SHA for 414c17e
1 file changed
data-r2dbc-kotlin-co/build.gradle.kts
@@ -58,8 +58,8 @@ dependencies {
58
//flyway
59
implementation("io.micronaut.flyway:micronaut-flyway")
60
runtimeOnly("org.flywaydb:flyway-database-postgresql")
61
- //implementation("io.micronaut.sql:micronaut-jdbc-hikari")
62
- //runtimeOnly("org.postgresql:postgresql")
+ implementation("io.micronaut.sql:micronaut-jdbc-hikari")
+ runtimeOnly("org.postgresql:postgresql")
63
64
// yaml support
65
runtimeOnly("org.yaml:snakeyaml")
0 commit comments