You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (Resolved JIRA)" <ji...@apache.org> on 2012/01/22 21:26:40 UTC

[jira] [Resolved] (SMX4-1018) aws-java-sdk bundle: the dependency to org.codehaus.jackson should be optional

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

Jean-Baptiste Onofré resolved SMX4-1018.
----------------------------------------

    Resolution: Fixed

Revision 1234596
                
> aws-java-sdk bundle: the dependency to org.codehaus.jackson should be optional
> ------------------------------------------------------------------------------
>
>                 Key: SMX4-1018
>                 URL: https://issues.apache.org/jira/browse/SMX4-1018
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: Bundles
>            Reporter: Christian Müller
>            Assignee: Jean-Baptiste Onofré
>         Attachments: SMX4-1018.patch
>
>
> aws-java-sdk bundle: the dependency to org.codehaus.jackson should be optional
> 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