This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new b650ee1e Add slf4j-api as dependency, it is required in camel-k to overlay in maven lib b650ee1e is described below commit b650ee1efe2ad09e2617e9fe204cb1869fe603c0 Author: Claudio Miranda <clau...@claudius.com.br> AuthorDate: Mon Oct 30 19:15:56 2023 +0000 Add slf4j-api as dependency, it is required in camel-k to overlay in maven lib --- support/camel-k-maven-logging/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/support/camel-k-maven-logging/pom.xml b/support/camel-k-maven-logging/pom.xml index 45ce4cfb..f446a604 100644 --- a/support/camel-k-maven-logging/pom.xml +++ b/support/camel-k-maven-logging/pom.xml @@ -75,6 +75,12 @@ <dependencies> <!-- structural logging: we only need this dependencies to be part of the overlay package, reason why are marked as provided --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j-api-version}</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId>