This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a973bb1f00e Camel-Console is not needed in production, make it
provided (#17757)
a973bb1f00e is described below
commit a973bb1f00e721498b10e4e258e6c49674151fbb
Author: Federico Mariani <[email protected]>
AuthorDate: Tue Apr 15 15:18:39 2025 +0200
Camel-Console is not needed in production, make it provided (#17757)
* Camel-Console is not needed in production, make it provided
* camel-console is needed by camel-jbang
---
components/camel-kafka/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index fcb76a5f280..572d647962d 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -45,6 +45,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-console</artifactId>
+ <scope>provided</scope>
</dependency>
<!-- kafka java client -->