[
https://issues.apache.org/jira/browse/CAMEL-23003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18058417#comment-18058417
]
Claus Ibsen commented on CAMEL-23003:
-------------------------------------
After
{code:java}
[INFO] +-
org.apache.camel:camel-test-infra-aws-v2:test-jar:tests:4.18.0-SNAPSHOT:test
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.19.4:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.19.4:test
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.19.4:test
[INFO] | +-
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.19.4: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)