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


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 aamel-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


Reply via email to