You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (Updated JIRA)" <ji...@apache.org> on 2012/02/18 23:27:59 UTC

[jira] [Updated] (CAMEL-4789) camel-aws should not depent on org.codehaus.jackson:jackson-core-asl

     [ https://issues.apache.org/jira/browse/CAMEL-4789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller updated CAMEL-4789:
------------------------------------

    Fix Version/s: 2.10.0
    
> camel-aws should not depent on org.codehaus.jackson:jackson-core-asl
> --------------------------------------------------------------------
>
>                 Key: CAMEL-4789
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4789
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.8.3
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.9.1, 2.10.0
>
>
> camel-aws should not depent on org.codehaus.jackson:jackson-core-asl
> The aws-java-sdk defines the dependency as follows:
> {code}
> <dependency>
>   <groupId>org.codehaus.jackson</groupId>
>   <artifactId>jackson-core-asl</artifactId>
>   <version>[1.4,)</version>
>   <type>jar</type>
>   <scope>compile</scope>
> </dependency>
> {code}
> The camel-aws (integration) tests runs without this dependency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira