You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/15 13:20:33 UTC

[jira] [Commented] (CAMEL-9709) Define jackson version in dependency management

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

ASF GitHub Bot commented on CAMEL-9709:
---------------------------------------

GitHub user tdiesler opened a pull request:

    https://github.com/apache/camel/pull/903

    [CAMEL-9709] Define jackson version in dependency management

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tdiesler/camel CAMEL-9709

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/903.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #903
    
----
commit ef08eebfde51fd9a06f0346ea12be46340fcd4ce
Author: Thomas Diesler <th...@jboss.com>
Date:   2016-03-15T12:04:53Z

    [CAMEL-9709] Define jackson version in dependency management

----


> Define jackson version in dependency management
> -----------------------------------------------
>
>                 Key: CAMEL-9709
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9709
>             Project: Camel
>          Issue Type: Task
>            Reporter: Thomas Diesler
>             Fix For: 2.17.0
>
>
> Without proper dependency definition, clients may see a variety of versions
> {code}
> $ mvn dependency:tree | grep jackson
> [INFO] |     +- com.fasterxml.jackson.core:jackson-core:jar:2.5.4:compile
> [INFO] |     +- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.2:compile
> [INFO] |     +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.2:compile
> [INFO] +- org.apache.camel:camel-jackson:jar:2.17-SNAPSHOT:compile
> [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.4:compile
> [INFO] |  \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.5.4:compile
> [INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
> [INFO] |  |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
> [INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.4:compile
> [INFO] |  +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.7.2:compile
> [INFO] |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.7.2:compile
> [INFO] |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.7.2:compile
> [INFO] |  +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.5.4:compile
> [INFO] |  |  \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.5.4:compile
> {code}



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