Feature description
this constraint is present in this project
|
//Logs |
|
constraints { |
|
// Forced dependencies |
|
api("org.slf4j:slf4j-api:2.0.17") |
|
} |
is cause a coupling to kestra-platform slf4j version, adding more maintenance and breaking the build when the version is bump in main repo (0d212cd)
@loicmathieu proposed to remove it
Feature description
this constraint is present in this project
plugin-jdbc/build.gradle
Lines 68 to 72 in af93464
is cause a coupling to kestra-platform slf4j version, adding more maintenance and breaking the build when the version is bump in main repo (0d212cd)
@loicmathieu proposed to remove it