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 96d9618 commit 03bcce7Copy full SHA for 03bcce7
spring-boot-3-demo-app/build.gradle.kts
@@ -27,9 +27,7 @@ dependencies {
27
implementation("org.springframework.boot:spring-boot-starter-jdbc")
28
implementation("org.postgresql:postgresql")
29
implementation("com.zaxxer:HikariCP")
30
- implementation(project(":db-migrations")) {
31
- exclude(group = "io.gitlab.arturbosch.detekt")
32
- }
+ implementation(project(":db-migrations"))
33
implementation("org.liquibase:liquibase-core")
34
implementation("com.github.blagerweij:liquibase-sessionlock")
35
implementation(libs.datasource.micrometer)
0 commit comments