Skip to content

Remove slf4j-api version constraint #562

Open
@AcevedoR

Description

@AcevedoR

Feature description

this constraint is present in this project

plugin-jdbc/build.gradle

Lines 68 to 72 in af93464

//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

Metadata

Metadata

Assignees

Labels

area/pluginPlugin-related issue or feature requestenhancementNew feature or requestkind/cooldownGreat candidate for the cooldown period

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions