gnodet commented on PR #18127:
URL: https://github.com/apache/camel/pull/18127#issuecomment-2931131497

   > Kafka should not be there - there is a `camel get kafka` command but it 
does not need kafka in the CLI but only if the running integration uses kafka 
then it can show some data.
   > 
   > Do you maybe by mistake add test scoped dependencies or something ?
   
   Kafka comes as a transitive dependency of `camel-lsp-server`, itself being a 
dependency of the `edit` plugin.
   
   ```
   [INFO] --- dependency:3.8.1:tree (default-cli) @ camel-launcher ---
   [INFO] org.apache.camel:camel-launcher:jar:4.13.0-SNAPSHOT
   [INFO] +- org.apache.camel:camel-jbang-core:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- org.apache.camel:camel-main:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-api:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-base:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel:camel-core-engine:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  +- 
org.apache.camel:camel-base-engine:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-core-reifier:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |     \- 
org.apache.camel:camel-core-processor:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel:camel-management-api:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-support:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-xml-jaxp-util:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-util:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  \- 
org.apache.camel:camel-core-languages:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |     \- 
org.apache.camel:camel-core-model:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- org.apache.camel:camel-jbang-console:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  \- org.apache.camel:camel-console:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- org.apache.camel:camel-kamelet-main:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-management:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- org.apache.camel:camel-log:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-health:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel:camel-dsl-modeline:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-kamelet:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-xml-jaxp:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-xml-io:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-bean:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-jackson:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-jfr:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel:camel-platform-http-main:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  +- 
org.apache.camel:camel-platform-http-vertx:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  |  +- 
org.apache.camel:camel-platform-http:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  |  +- 
org.apache.camel:camel-attachments:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  |  |  \- 
jakarta.activation:jakarta.activation-api:jar:2.1.3:compile
   [INFO] |  |  |  |  \- io.vertx:vertx-web:jar:4.5.14:compile
   [INFO] |  |  |  |     \- io.vertx:vertx-bridge-common:jar:4.5.14:compile
   [INFO] |  |  |  +- io.vertx:vertx-auth-properties:jar:4.5.14:compile
   [INFO] |  |  |  \- io.vertx:vertx-auth-jwt:jar:4.5.14:compile
   [INFO] |  |  +- org.apache.camel:camel-rest:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-tooling-model:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-stub:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- org.apache.camel:camel-seda:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-timer:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-vertx-http:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  +- 
org.apache.camel:camel-http-base:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-vertx-common:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-yaml-dsl:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  +- 
org.apache.camel:camel-yaml-dsl-common:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  +- 
org.apache.camel:camel-yaml-dsl-deserializers:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-dsl-support:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.apache.camel:camel-catalog:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-core-catalog:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel:camel-catalog-suggest:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-allcomponents:pom:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel:camel-catalog-console:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel:camel-tooling-maven:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- jakarta.inject:jakarta.inject-api:jar:2.0.1:compile
   [INFO] |  |  \- org.springframework:spring-context:jar:6.2.7:compile
   [INFO] |  |     +- org.springframework:spring-aop:jar:6.2.7:compile
   [INFO] |  |     +- org.springframework:spring-beans:jar:6.2.7:compile
   [INFO] |  |     +- org.springframework:spring-core:jar:6.2.7:compile
   [INFO] |  |     |  \- org.springframework:spring-jcl:jar:6.2.7:compile
   [INFO] |  |     \- org.springframework:spring-expression:jar:6.2.7:compile
   [INFO] |  +- 
org.apache.camel:camel-resourceresolver-github:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- org.apache.camel:camel-xml-io-util:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- org.yaml:snakeyaml:jar:2.4:compile
   [INFO] |  +- org.apache.camel:camel-cli-connector:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  \- org.apache.camel:camel-util-json:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- commons-io:commons-io:jar:2.19.0:compile
   [INFO] |  +- info.picocli:picocli:jar:4.7.7:compile
   [INFO] |  +- info.picocli:picocli-shell-jline3:jar:4.7.7:compile
   [INFO] |  +- org.jline:jline:jar:3.30.4:compile
   [INFO] |  +- com.github.freva:ascii-table:jar:1.8.0:compile
   [INFO] |  +- org.jolokia:jolokia-agent-jvm:jar:javaagent:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-json:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-server-core:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-server-detector:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-service-serializer:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-service-jmx:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-service-discovery:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-service-history:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-service-jsr160:jar:2.2.9:compile
   [INFO] |  |  +- org.jolokia:jolokia-service-notif-pull:jar:2.2.9:compile
   [INFO] |  |  \- org.jolokia:jolokia-service-notif-sse:jar:2.2.9:compile
   [INFO] |  +- jakarta.servlet:jakarta.servlet-api:jar:6.1.0:compile
   [INFO] |  +- org.slf4j:slf4j-api:jar:2.0.17:compile
   [INFO] |  +- org.apache.logging.log4j:log4j-api:jar:2.24.3:compile
   [INFO] |  +- org.apache.logging.log4j:log4j-core:jar:2.24.3:compile
   [INFO] |  +- 
org.apache.logging.log4j:log4j-layout-template-json:jar:2.24.3:compile
   [INFO] |  +- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.24.3:compile
   [INFO] |  \- org.fusesource.jansi:jansi:jar:2.4.2:compile
   [INFO] +- 
org.apache.camel:camel-jbang-plugin-edit:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- 
com.github.camel-tooling:camel-lsp-server:jar:original:1.31.0:compile
   [INFO] |  |  +- 
org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.24.0:compile
   [INFO] |  |  |  \- com.google.code.gson:gson:jar:2.13.1:compile
   [INFO] |  |  +- 
org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:0.24.0:compile
   [INFO] |  |  |  \- jakarta.websocket:jakarta.websocket-api:jar:2.2.0:compile
   [INFO] |  |  +- org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.24.0:compile
   [INFO] |  |  +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.24.3:compile
   [INFO] |  |  +- 
org.apache.camel:camel-catalog-maven:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- 
org.apache.camel.kamelets:camel-kamelets-catalog:jar:4.11.0:compile
   [INFO] |  |  |  +- 
org.apache.camel.kamelets:camel-kamelets-crds:jar:4.11.0:compile
   [INFO] |  |  |  |  \- io.fabric8:generator-annotations:jar:7.1.0:compile
   [INFO] |  |  |  \- io.github.classgraph:classgraph:jar:4.8.179:compile
   [INFO] |  |  +- 
org.apache.camel.karaf:camel-catalog-provider-karaf:jar:3.22.4:compile
   [INFO] |  |  +- 
org.apache.camel.springboot:camel-catalog-provider-springboot:jar:4.11.0:compile
   [INFO] |  |  +- 
org.apache.camel.quarkus:camel-quarkus-catalog:jar:3.20.0:compile
   [INFO] |  |  +- 
org.apache.camel:camel-route-parser:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  |  \- 
org.apache.camel:camel-tooling-util:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- org.jboss.forge.roaster:roaster-jdt:jar:2.30.1.Final:compile
   [INFO] |  |  |  \- 
org.jboss.forge.roaster:roaster-api:jar:2.30.1.Final:compile
   [INFO] |  |  +- org.apache.commons:commons-text:jar:1.13.0:compile
   [INFO] |  |  +- org.apache.kafka:kafka-clients:jar:3.9.0:compile
   [INFO] |  |  |  +- com.github.luben:zstd-jni:jar:1.5.6-4:runtime
   [INFO] |  |  |  +- org.lz4:lz4-java:jar:1.8.0:runtime
   [INFO] |  |  |  \- org.xerial.snappy:snappy-java:jar:1.1.10.5:runtime
   [INFO] |  |  +- io.fabric8:kubernetes-model-common:jar:7.1.0:compile
   [INFO] |  |  |  \- javax.annotation:javax.annotation-api:jar:1.3.2:compile
   [INFO] |  |  \- io.fabric8:knative-client:jar:7.1.0:compile
   [INFO] |  \- 
com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
   [INFO] +- 
org.apache.camel:camel-jbang-plugin-generate:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- io.swagger.core.v3:swagger-core-jakarta:jar:2.2.32:compile
   [INFO] |  |  +- org.apache.commons:commons-lang3:jar:3.17.0:compile
   [INFO] |  |  +- 
io.swagger.core.v3:swagger-annotations-jakarta:jar:2.2.32:compile
   [INFO] |  |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1:compile
   [INFO] |  |  |  \- com.sun.activation:jakarta.activation:jar:2.0.1:compile
   [INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
   [INFO] |  |  +- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.19.0:compile
   [INFO] |  |  +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.19.0:compile
   [INFO] |  |  \- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.19.0:compile
   [INFO] |  +- io.swagger.core.v3:swagger-models-jakarta:jar:2.2.32:compile
   [INFO] |  +- io.swagger.parser.v3:swagger-parser-v3:jar:2.1.29:compile
   [INFO] |  |  +- io.swagger.parser.v3:swagger-parser-core:jar:2.1.29:compile
   [INFO] |  |  \- 
io.swagger.parser.v3:swagger-parser-safe-url-resolver:jar:2.1.29:compile
   [INFO] |  +- org.openapitools:openapi-generator:jar:7.13.0:compile
   [INFO] |  |  +- io.swagger.parser.v3:swagger-parser:jar:2.1.22:compile
   [INFO] |  |  |  \- 
io.swagger.parser.v3:swagger-parser-v2-converter:jar:2.1.22:compile
   [INFO] |  |  |     +- io.swagger:swagger-core:jar:1.6.14:compile
   [INFO] |  |  |     |  \- io.swagger:swagger-models:jar:1.6.14:compile
   [INFO] |  |  |     |     \- io.swagger:swagger-annotations:jar:1.6.14:compile
   [INFO] |  |  |     +- io.swagger:swagger-parser:jar:1.0.70:compile
   [INFO] |  |  |     |  \- 
io.swagger:swagger-parser-safe-url-resolver:jar:1.0.70:compile
   [INFO] |  |  |     +- 
io.swagger:swagger-compat-spec-parser:jar:1.0.70:compile
   [INFO] |  |  |     |  +- 
com.github.java-json-tools:json-schema-validator:jar:2.2.14:compile
   [INFO] |  |  |     |  |  +- 
com.github.java-json-tools:jackson-coreutils-equivalence:jar:1.0:compile
   [INFO] |  |  |     |  |  +- 
com.github.java-json-tools:json-schema-core:jar:1.2.14:compile
   [INFO] |  |  |     |  |  |  +- 
com.github.java-json-tools:uri-template:jar:0.10:compile
   [INFO] |  |  |     |  |  |  \- org.mozilla:rhino:jar:1.7.7.2:compile
   [INFO] |  |  |     |  |  +- 
com.googlecode.libphonenumber:libphonenumber:jar:8.11.1:compile
   [INFO] |  |  |     |  |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
   [INFO] |  |  |     |  |  \- net.sf.jopt-simple:jopt-simple:jar:5.0.4:compile
   [INFO] |  |  |     |  \- 
com.github.java-json-tools:json-patch:jar:1.13:compile
   [INFO] |  |  |     |     +- 
com.github.java-json-tools:msg-simple:jar:1.2:compile
   [INFO] |  |  |     |     |  \- com.github.java-json-tools:btf:jar:1.3:compile
   [INFO] |  |  |     |     \- 
com.github.java-json-tools:jackson-coreutils:jar:2.0:compile
   [INFO] |  |  |     \- io.swagger.core.v3:swagger-models:jar:2.2.21:compile
   [INFO] |  |  +- com.samskivert:jmustache:jar:1.15:compile
   [INFO] |  |  +- com.github.jknack:handlebars:jar:4.3.1:compile
   [INFO] |  |  +- com.github.jknack:handlebars-jackson2:jar:4.3.1:compile
   [INFO] |  |  +- org.slf4j:slf4j-ext:jar:1.7.36:compile
   [INFO] |  |  +- commons-cli:commons-cli:jar:1.5.0:compile
   [INFO] |  |  +- com.google.guava:guava:jar:33.4.8-jre:compile
   [INFO] |  |  |  \- org.jspecify:jspecify:jar:1.0.0:compile
   [INFO] |  |  +- 
com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.19.0:compile
   [INFO] |  |  +- org.commonmark:commonmark:jar:0.21.0:compile
   [INFO] |  |  +- com.github.mifmif:generex:jar:1.0.2:compile
   [INFO] |  |  |  \- dk.brics.automaton:automaton:jar:1.11-8:compile
   [INFO] |  |  +- com.github.curious-odd-man:rgxgen:jar:1.4:compile
   [INFO] |  |  +- 
com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.19.0:compile
   [INFO] |  |  |  \- joda-time:joda-time:jar:2.12.7:compile
   [INFO] |  |  +- 
com.github.joschi.jackson:jackson-datatype-threetenbp:jar:2.18.2:compile
   [INFO] |  |  |  \- org.threeten:threetenbp:jar:1.7.0:compile
   [INFO] |  |  +- org.openapitools:openapi-generator-core:jar:7.13.0:compile
   [INFO] |  |  +- net.java.dev.jna:jna:jar:5.12.1:compile
   [INFO] |  |  +- com.github.ben-manes.caffeine:caffeine:jar:3.2.0:compile
   [INFO] |  |  |  \- 
com.google.errorprone:error_prone_annotations:jar:2.36.0:compile
   [INFO] |  |  \- org.projectlombok:lombok:jar:1.18.30:compile
   [INFO] |  +- 
org.apache.camel:camel-openapi-rest-dsl-generator:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  |  +- com.squareup:javapoet:jar:1.13.0:compile
   [INFO] |  |  +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.19.0:compile
   [INFO] |  |  |  +- org.codehaus.woodstox:stax2-api:jar:4.2.2:compile
   [INFO] |  |  |  \- com.fasterxml.woodstox:woodstox-core:jar:7.1.0:compile
   [INFO] |  |  \- jakarta.annotation:jakarta.annotation-api:jar:3.0.0:compile
   [INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.19.0:compile
   [INFO] |     \- com.fasterxml.jackson.core:jackson-core:jar:2.19.0:compile
   [INFO] +- 
org.apache.camel:camel-jbang-plugin-kubernetes:jar:4.13.0-SNAPSHOT:compile
   [INFO] |  +- io.fabric8:kubernetes-client:jar:7.3.1:compile
   [INFO] |  |  +- io.fabric8:kubernetes-client-api:jar:7.3.1:compile
   [INFO] |  |  |  +- 
io.fabric8:kubernetes-model-admissionregistration:jar:7.3.1:compile
   [INFO] |  |  |  +- io.fabric8:kubernetes-model-autoscaling:jar:7.3.1:compile
   [INFO] |  |  |  +- io.fabric8:kubernetes-model-certificates:jar:7.3.1:compile
   [INFO] |  |  |  +- io.fabric8:kubernetes-model-extensions:jar:7.3.1:compile
   [INFO] |  |  |  +- io.fabric8:kubernetes-model-networking:jar:7.3.1:compile
   [INFO] |  |  |  \- org.snakeyaml:snakeyaml-engine:jar:2.9:compile
   [INFO] |  |  \- io.fabric8:zjsonpatch:jar:7.3.1:compile
   [INFO] |  +- io.fabric8:kubernetes-httpclient-vertx:jar:7.3.1:compile
   [INFO] |  |  +- io.vertx:vertx-core:jar:4.5.14:compile
   [INFO] |  |  |  +- io.netty:netty-common:jar:4.1.119.Final:compile
   [INFO] |  |  |  +- io.netty:netty-buffer:jar:4.1.119.Final:compile
   [INFO] |  |  |  +- io.netty:netty-transport:jar:4.1.119.Final:compile
   [INFO] |  |  |  +- io.netty:netty-handler:jar:4.1.119.Final:compile
   [INFO] |  |  |  |  +- 
io.netty:netty-transport-native-unix-common:jar:4.1.119.Final:compile
   [INFO] |  |  |  |  \- io.netty:netty-codec:jar:4.1.119.Final:compile
   [INFO] |  |  |  +- io.netty:netty-handler-proxy:jar:4.1.119.Final:compile
   [INFO] |  |  |  |  \- io.netty:netty-codec-socks:jar:4.1.119.Final:compile
   [INFO] |  |  |  +- io.netty:netty-codec-http:jar:4.1.119.Final:compile
   [INFO] |  |  |  +- io.netty:netty-codec-http2:jar:4.1.119.Final:compile
   [INFO] |  |  |  +- io.netty:netty-resolver:jar:4.1.119.Final:compile
   [INFO] |  |  |  \- io.netty:netty-resolver-dns:jar:4.1.119.Final:compile
   [INFO] |  |  |     \- io.netty:netty-codec-dns:jar:4.1.119.Final:compile
   [INFO] |  |  \- io.vertx:vertx-web-client:jar:4.5.14:compile
   [INFO] |  |     +- io.vertx:vertx-web-common:jar:4.5.14:compile
   [INFO] |  |     \- io.vertx:vertx-auth-common:jar:4.5.14:compile
   [INFO] |  +- io.fabric8:openshift-model:jar:7.3.1:compile
   [INFO] |  |  +- io.fabric8:kubernetes-model-core:jar:7.3.1:compile
   [INFO] |  |  +- io.fabric8:kubernetes-model-rbac:jar:7.3.1:compile
   [INFO] |  |  \- io.fabric8:openshift-model-config:jar:7.3.1:compile
   [INFO] |  +- io.fabric8:openshift-client:jar:7.3.1:compile
   [INFO] |  |  \- io.fabric8:openshift-client-api:jar:7.3.1:compile
   [INFO] |  |     \- 
io.fabric8:openshift-model-storageversionmigrator:jar:7.3.1:compile
   [INFO] |  \- io.fabric8:knative-model:jar:7.3.1:compile
   [INFO] |     +- io.fabric8:kubernetes-model-apps:jar:7.3.1:compile
   [INFO] |     \- io.fabric8:kubernetes-model-batch:jar:7.3.1:compile
   [INFO] +- org.apache.camel.kamelets:camel-kamelets:jar:4.11.0:compile
   [INFO] +- org.apache.maven:maven-model:jar:3.9.9:compile
   [INFO] +- org.apache.maven:maven-artifact:jar:3.9.9:compile
   [INFO] +- org.apache.maven:maven-model-builder:jar:3.9.9:compile
   [INFO] +- org.apache.maven:maven-resolver-provider:jar:3.9.9:compile
   [INFO] +- org.apache.maven:maven-builder-support:jar:3.9.9:compile
   [INFO] +- org.apache.maven:maven-repository-metadata:jar:3.9.9:compile
   [INFO] +- org.apache.maven:maven-settings:jar:3.9.9:compile
   [INFO] +- org.apache.maven:maven-settings-builder:jar:3.9.9:compile
   [INFO] +- org.apache.maven.resolver:maven-resolver-api:jar:1.9.23:compile
   [INFO] +- org.apache.maven.resolver:maven-resolver-spi:jar:1.9.23:compile
   [INFO] +- org.apache.maven.resolver:maven-resolver-util:jar:1.9.23:compile
   [INFO] +- org.apache.maven.resolver:maven-resolver-impl:jar:1.9.23:compile
   [INFO] +- 
org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.9.23:compile
   [INFO] +- 
org.apache.maven.resolver:maven-resolver-transport-file:jar:1.9.23:compile
   [INFO] +- 
org.apache.maven.resolver:maven-resolver-transport-http:jar:1.9.23:compile
   [INFO] +- 
org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.23:compile
   [INFO] +- org.codehaus.plexus:plexus-interpolation:jar:1.27:compile
   [INFO] +- org.codehaus.plexus:plexus-utils:jar:4.0.2:compile
   [INFO] +- org.codehaus.plexus:plexus-xml:jar:3.0.1:compile
   [INFO] +- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:compile
   [INFO] +- org.codehaus.plexus:plexus-cipher:jar:2.0:compile
   [INFO] +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M3:compile
   [INFO] +- javax.inject:javax.inject:jar:1:compile
   [INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.14:compile
   [INFO] |  \- commons-logging:commons-logging:jar:1.2:compile
   [INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
   [INFO] +- commons-codec:commons-codec:jar:1.18.0:compile
   [INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.36:compile
   [INFO] \- org.junit.jupiter:junit-jupiter:jar:5.12.2:test
   [INFO]    +- org.junit.jupiter:junit-jupiter-api:jar:5.12.2:test
   [INFO]    |  +- org.opentest4j:opentest4j:jar:1.3.0:test
   [INFO]    |  +- org.junit.platform:junit-platform-commons:jar:1.12.2:test
   [INFO]    |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
   [INFO]    +- org.junit.jupiter:junit-jupiter-params:jar:5.12.2:test
   [INFO]    \- org.junit.jupiter:junit-jupiter-engine:jar:5.12.2:test
   [INFO]       \- org.junit.platform:junit-platform-engine:jar:1.12.2:test
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to