Skip to content

Commit

Permalink
fix(tests): enforce sl4j dep (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabelle authored Oct 28, 2024
1 parent cd863a9 commit cf815a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ subprojects {
annotationProcessor group: "io.kestra", name: "processor", version: kestraVersion

// Logs
compileOnly 'org.slf4j:slf4j-api'
constraints {
// Forced dependencies
api("org.slf4j:slf4j-api:2.0.16")
}
compileOnly 'ch.qos.logback:logback-classic'
}
}
Expand Down

0 comments on commit cf815a6

Please sign in to comment.