We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a13226 commit f3fc9c0Copy full SHA for f3fc9c0
backend/build.gradle
@@ -37,8 +37,8 @@ dependencies {
37
38
/* DATABASE */
39
runtimeOnly 'com.mysql:mysql-connector-j'
40
- implementation 'org.flywaydb:flyway-mysql'
41
- implementation 'org.flywaydb:flyway-core'
+ implementation 'org.flywaydb:flyway-mysql'
+ implementation 'org.flywaydb:flyway-core'
42
43
/* MONITORING */
44
implementation 'io.micrometer:micrometer-registry-prometheus'
0 commit comments