Skip to content

Commit 03bcce7

Browse files
authored
Remove unnecessary code (#291)
1 parent 96d9618 commit 03bcce7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-boot-3-demo-app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ dependencies {
2727
implementation("org.springframework.boot:spring-boot-starter-jdbc")
2828
implementation("org.postgresql:postgresql")
2929
implementation("com.zaxxer:HikariCP")
30-
implementation(project(":db-migrations")) {
31-
exclude(group = "io.gitlab.arturbosch.detekt")
32-
}
30+
implementation(project(":db-migrations"))
3331
implementation("org.liquibase:liquibase-core")
3432
implementation("com.github.blagerweij:liquibase-sessionlock")
3533
implementation(libs.datasource.micrometer)

0 commit comments

Comments
 (0)