[
https://issues.apache.org/jira/browse/CAMEL-23003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18058418#comment-18058418
]
Claus Ibsen commented on CAMEL-23003:
-------------------------------------
Before
{code:java}
[INFO] \- com.amazonaws:aws-java-sdk-core:jar:1.12.150:test
[INFO] +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- commons-codec:commons-codec:jar:1.15:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] +- software.amazon.ion:ion-java:jar:1.0.2:test
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.3:test
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.3:test
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.12.3:test
[INFO] +-
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.12.3:test
[INFO] \- joda-time:joda-time:jar:2.8.1:test {code}
> camel-test-infra - Align Jackson JARs for testcontainers
> --------------------------------------------------------
>
> Key: CAMEL-23003
> URL: https://issues.apache.org/jira/browse/CAMEL-23003
> Project: Camel
> Issue Type: Improvement
> Components: camel-test-infra
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 4.x
>
>
> The example in CAMEL-22999 with aws is failing because we have mixed old
> versions of Jackson JARs when using test containers and test-infra
> Because test-infra is using <scope>test-jar</scope> then maven cannot handle
> dependency correctly, and you end up with older jackson JARs.
> So we need to explicit declare jackson jars in every pom.xml for test-infra
> that is testcontainer based.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)