apache / camel-k-runtime

Apache Camel K runtime
https://camel.apache.org
Apache License 2.0
62 stars 51 forks source link

Add slf4j-api as dependency, it is required in camel-k to overlay in maven lib #1100

Closed claudio4j closed 9 months ago

claudio4j commented 9 months ago

logback-version is defined in parent camel-dependencies pom and the version is 1.4.8 which is incompatible with slf4j 1.7 packaged in maven 3.8.6 (bundled in Camel K operator), so slf4j-api 2.0 should be defined as dependency, to be retrieved as part of the Camel K operator build. This is to fix https://github.com/apache/camel-k/issues/4882

Release Note


NONE
````4