You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Aurélien Pupier (Jira)" <ji...@apache.org> on 2020/04/03 14:02:00 UTC

[jira] [Comment Edited] (CAMEL-14840) Wrong weld version in camel-spring-boot used in examples, forbidding to launch 2 examples

    [ https://issues.apache.org/jira/browse/CAMEL-14840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074603#comment-17074603 ] 

Aurélien Pupier edited comment on CAMEL-14840 at 4/3/20, 2:01 PM:
------------------------------------------------------------------

erro when executing zipkin exampel for instance:

{noformat}
Failed to execute goal org.apache.camel:camel-maven-plugin:3.1.0:run (default-cli) on project camel-example-spring-boot-zipkin-client: Execution default-cli of goal org.apache.camel:camel-maven-plugin:3.1.0:run failed: Plugin org.apache.camel:camel-maven-plugin:3.1.0 or one of its dependencies could not be resolved: Could not find artifact org.jboss.weld.se:weld-se-shaded:jar:3.0.5.RELEASE in central (https://repo.maven.apache.org/maven2) -> [Help 1]
{noformat}


was (Author: apupier):
erro when executing zipkin exampel for instance:

{noformaŧ}
Failed to execute goal org.apache.camel:camel-maven-plugin:3.1.0:run (default-cli) on project camel-example-spring-boot-zipkin-client: Execution default-cli of goal org.apache.camel:camel-maven-plugin:3.1.0:run failed: Plugin org.apache.camel:camel-maven-plugin:3.1.0 or one of its dependencies could not be resolved: Could not find artifact org.jboss.weld.se:weld-se-shaded:jar:3.0.5.RELEASE in central (https://repo.maven.apache.org/maven2) -> [Help 1]
{noformat}

> Wrong weld version in camel-spring-boot used in examples, forbidding to launch 2 examples
> -----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-14840
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14840
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring-boot
>    Affects Versions: 3.1.0
>            Reporter: Aurélien Pupier
>            Priority: Major
>
> 3.0.5.RELEASE is used but it doesn't seem to exist.
> What is used in main Camel repo is 3.0.5.Final https://github.com/apache/camel/blob/557b53cd3fa3b1961fa055b3b670e11eca6408cb/parent/pom.xml#L539
> the version is part of camel-maven-plugin so it is not executed during a normal build. The examples need to be effectively launched to notice it. (so I guess they are not in normal build neither in QE side).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)