You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2015/10/10 10:01:05 UTC

[jira] [Comment Edited] (CAMEL-9209) camel-jbpm - use logging jar from maven central

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

Andrea Cosentino edited comment on CAMEL-9209 at 10/10/15 8:00 AM:
-------------------------------------------------------------------

It seems it is related to a dependency of kie-remote-client 6.3.0.Final

{code}
[INFO]   
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ camel-jbpm ---
[INFO] org.apache.camel:camel-jbpm:bundle:2.17-SNAPSHOT
[INFO] +- org.apache.camel:camel-core:jar:2.17-SNAPSHOT:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.6.6:compile
[INFO] +- org.kie.remote:kie-remote-client:jar:6.3.0.Final:compile
[INFO] |  +- org.codehaus.jackson:jackson-core-asl:jar:1.9.9:compile
[INFO] |  +- org.kie.remote:kie-remote-jaxb:jar:6.3.0.Final:compile
[INFO] |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.9:compile
[INFO] |  |  +- org.codehaus.jackson:jackson-xc:jar:1.9.9:compile
[INFO] |  |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.9:compile
[INFO] |  +- org.kie.remote:kie-remote-common:jar:6.3.0.Final:compile
[INFO] |  |  \- org.jboss.resteasy:jaxrs-api:jar:2.3.10.Final:compile
[INFO] |  |     \- org.jboss.logging:jboss-logging:jar:3.1.4.GA-redhat-1:compile
.
.
.

{code}


was (Author: ancosen):
It seems it is related to a dependency of kie-remote-client 6.3.0.Final

{code}
[INFO]   
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ camel-jbpm ---
[INFO] org.apache.camel:camel-jbpm:bundle:2.17-SNAPSHOT
[INFO] +- org.apache.camel:camel-core:jar:2.17-SNAPSHOT:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.6.6:compile
[INFO] +- org.kie.remote:kie-remote-client:jar:6.3.0.Final:compile
[INFO] |  +- org.codehaus.jackson:jackson-core-asl:jar:1.9.9:compile
[INFO] |  +- org.kie.remote:kie-remote-jaxb:jar:6.3.0.Final:compile
[INFO] |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.9:compile
[INFO] |  |  +- org.codehaus.jackson:jackson-xc:jar:1.9.9:compile
[INFO] |  |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.9:compile
[INFO] |  +- org.kie.remote:kie-remote-common:jar:6.3.0.Final:compile
[INFO] |  |  \- org.jboss.resteasy:jaxrs-api:jar:2.3.10.Final:compile
*[INFO] |  |     \- org.jboss.logging:jboss-logging:jar:3.1.4.GA-redhat-1:compile*
[INFO] |  +- org.kie:kie-api:jar:6.3.0.Final:compile
[INFO] |  +- org.kie:kie-internal:jar:6.3.0.Final:compile
[INFO] |  +- org.jsoup:jsoup:jar:1.7.1:compile
[INFO] |  +- org.kie.remote.ws:kie-remote-ws-common:jar:6.3.0.Final:compile
[INFO] |  +- org.apache.cxf:cxf-api:jar:2.7.16:compile
[INFO] |  |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[INFO] |  |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] |  |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.1.0:compile
[INFO] |  |  +- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile
[INFO] |  |  \- wsdl4j:wsdl4j:jar:1.6.3:compile
[INFO] |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:2.7.16:compile
[INFO] |  |  +- org.apache.cxf:cxf-rt-core:jar:2.7.16:compile
[INFO] |  |  \- org.apache.cxf:cxf-rt-bindings-soap:jar:2.7.16:compile
[INFO] |  +- org.apache.cxf:cxf-rt-transports-http:jar:2.7.16:compile
[INFO] |  +- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.7.16:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-xjc:jar:2.2.6:compile
[INFO] |  \- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.7.16:compile
[INFO] |     +- xml-resolver:xml-resolver:jar:1.2:compile
[INFO] |     +- asm:asm:jar:3.3.1:compile
[INFO] |     +- org.apache.cxf:cxf-rt-bindings-xml:jar:2.7.16:compile
[INFO] |     \- org.apache.cxf:cxf-rt-ws-addr:jar:2.7.16:compile
[INFO] |        \- org.apache.cxf:cxf-rt-ws-policy:jar:2.7.16:compile
[INFO] |           \- org.apache.neethi:neethi:jar:3.0.3:compile
[INFO] +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:provided
[INFO] +- org.apache.servicemix.specs:org.apache.servicemix.specs.jaxws-api-2.2:jar:2.5.0:provided
[INFO] |  +- org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:jar:2.5.0:provided
[INFO] |  +- org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.1:provided
[INFO] |  +- org.apache.servicemix.specs:org.apache.servicemix.specs.saaj-api-1.3:jar:2.5.0:provided
[INFO] |  \- org.apache.servicemix.specs:org.apache.servicemix.specs.stax-api-1.0:jar:2.5.0:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] |  \- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.apache.camel:camel-test:jar:2.17-SNAPSHOT:test
[INFO] |  \- junit:junit:jar:4.11:compile
[INFO] |     \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.apache.camel:apt:jar:2.17-SNAPSHOT:provided
[INFO] |  \- org.apache.camel:spi-annotations:jar:2.17-SNAPSHOT:provided
[INFO] +- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:compile
{code}

> camel-jbpm - use logging jar from maven central
> -----------------------------------------------
>
>                 Key: CAMEL-9209
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9209
>             Project: Camel
>          Issue Type: Task
>          Components: camel-jbpm
>    Affects Versions: 2.17.0
>            Reporter: Claus Ibsen
>            Assignee: Andrea Cosentino
>             Fix For: 2.17.0
>
>
> The latest upgrade breaks the build
> [ERROR] Failed to execute goal on project camel-jbpm: Could not resolve dependencies for project org.apache.camel:camel-jbpm:bundle:2.17-SNAPSHOT: Could not find artifact org.jboss.logging:jboss-logging:jar:3.1.4.GA-redhat-1 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
> The logging version 3.1.4.GA-redhat-1 should be a public version 3.1.4.GA. This needs to be fixed in the pom.xml of camel-jbpm.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)