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


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


Reply via email to