Claudio Miranda created CAMEL-22404:
---------------------------------------
Summary: camel-jbang-plugin-kubernetes: duplicate declaration of
camel:observability-services in pom.xml
Key: CAMEL-22404
URL: https://issues.apache.org/jira/browse/CAMEL-22404
Project: Camel
Issue Type: Bug
Components: camel-jbang
Affects Versions: 4.14.0
Reporter: Claudio Miranda
when running:
{code}
camel kubernetes run HttpLog.java --verbose
{code}
a warning is logged but the deployment proceeds with no problem.
{code}
[WARNING] Some problems were encountered while building the effective model for
org.example.project:http-log:jar:1.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.apache.camel.quarkus:camel-quarkus-observability-services:jar ->
duplicate declaration of version (?) @ line 66, column 21
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)