This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch tijack in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0a7d08ec1ff9ab5204d8b4bd1a80dd10027370bc Author: Claus Ibsen <[email protected]> AuthorDate: Fri Feb 13 13:30:06 2026 +0100 CAMEL-23003: camel-test-infra - Align Jackson JARs for testcontainers --- test-infra/camel-test-infra-arangodb/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-artemis/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-aws-common/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-aws-v2/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-azure-common/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-azure-storage-blob/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-azure-storage-datalake/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-azure-storage-queue/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-cassandra/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-chatscript/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-cli/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-common/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-consul/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-couchbase/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-couchdb/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-docling/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-elasticsearch/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-fhir/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-google-pubsub/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-hashicorp-vault/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-hivemq/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-ibmmq/pom.xml | 13 ++++++++++++- test-infra/camel-test-infra-iggy/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-infinispan/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-jdbc/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-kafka/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-messaging-common/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-microprofile-lra/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-milvus/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-minio/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-mongodb/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-mosquitto/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-nats/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-neo4j/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-ollama/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-openldap/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-opensearch/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-pinecone/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-postgres/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-pulsar/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-qdrant/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-rabbitmq/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-redis/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-rocketmq/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-smb/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-solr/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-tensorflow-serving/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-torchserve/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-triton/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-weaviate/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-xmpp/pom.xml | 11 +++++++++++ test-infra/camel-test-infra-zookeeper/pom.xml | 11 +++++++++++ 52 files changed, 573 insertions(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-arangodb/pom.xml b/test-infra/camel-test-infra-arangodb/pom.xml index 845e39f84f81..7e38e142ae7a 100644 --- a/test-infra/camel-test-infra-arangodb/pom.xml +++ b/test-infra/camel-test-infra-arangodb/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-artemis/pom.xml b/test-infra/camel-test-infra-artemis/pom.xml index c0d4e5cf7e67..432a57dd0fe3 100644 --- a/test-infra/camel-test-infra-artemis/pom.xml +++ b/test-infra/camel-test-infra-artemis/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-aws-common/pom.xml b/test-infra/camel-test-infra-aws-common/pom.xml index 8e854c74bbec..f35e663f7143 100644 --- a/test-infra/camel-test-infra-aws-common/pom.xml +++ b/test-infra/camel-test-infra-aws-common/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-aws-v2/pom.xml b/test-infra/camel-test-infra-aws-v2/pom.xml index 554546c050bc..c0cd3ccc2cc4 100644 --- a/test-infra/camel-test-infra-aws-v2/pom.xml +++ b/test-infra/camel-test-infra-aws-v2/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-aws-common</artifactId> diff --git a/test-infra/camel-test-infra-azure-common/pom.xml b/test-infra/camel-test-infra-azure-common/pom.xml index c0e79ed126ef..4c49879e0639 100644 --- a/test-infra/camel-test-infra-azure-common/pom.xml +++ b/test-infra/camel-test-infra-azure-common/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-azure-storage-blob/pom.xml b/test-infra/camel-test-infra-azure-storage-blob/pom.xml index 999dcd44f02c..cf47f6055e31 100644 --- a/test-infra/camel-test-infra-azure-storage-blob/pom.xml +++ b/test-infra/camel-test-infra-azure-storage-blob/pom.xml @@ -46,6 +46,17 @@ </dependencyManagement> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-azure-common</artifactId> diff --git a/test-infra/camel-test-infra-azure-storage-datalake/pom.xml b/test-infra/camel-test-infra-azure-storage-datalake/pom.xml index 724d6d963b9f..4b50ab8943f6 100644 --- a/test-infra/camel-test-infra-azure-storage-datalake/pom.xml +++ b/test-infra/camel-test-infra-azure-storage-datalake/pom.xml @@ -46,6 +46,17 @@ </dependencyManagement> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-azure-common</artifactId> diff --git a/test-infra/camel-test-infra-azure-storage-queue/pom.xml b/test-infra/camel-test-infra-azure-storage-queue/pom.xml index 0081eb99410e..127c9e93d495 100644 --- a/test-infra/camel-test-infra-azure-storage-queue/pom.xml +++ b/test-infra/camel-test-infra-azure-storage-queue/pom.xml @@ -46,6 +46,17 @@ </dependencyManagement> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-azure-common</artifactId> diff --git a/test-infra/camel-test-infra-cassandra/pom.xml b/test-infra/camel-test-infra-cassandra/pom.xml index f08712c9fa8d..2eb4e0d2620b 100644 --- a/test-infra/camel-test-infra-cassandra/pom.xml +++ b/test-infra/camel-test-infra-cassandra/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-chatscript/pom.xml b/test-infra/camel-test-infra-chatscript/pom.xml index 50fc44c84958..3044049eac5a 100644 --- a/test-infra/camel-test-infra-chatscript/pom.xml +++ b/test-infra/camel-test-infra-chatscript/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-cli/pom.xml b/test-infra/camel-test-infra-cli/pom.xml index 6c6d26e15679..3fed60f0ecff 100644 --- a/test-infra/camel-test-infra-cli/pom.xml +++ b/test-infra/camel-test-infra-cli/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-common/pom.xml b/test-infra/camel-test-infra-common/pom.xml index aa599abcb286..9aae27dffcef 100644 --- a/test-infra/camel-test-infra-common/pom.xml +++ b/test-infra/camel-test-infra-common/pom.xml @@ -36,6 +36,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> diff --git a/test-infra/camel-test-infra-consul/pom.xml b/test-infra/camel-test-infra-consul/pom.xml index ae704d1f6026..abb3ee074a8d 100644 --- a/test-infra/camel-test-infra-consul/pom.xml +++ b/test-infra/camel-test-infra-consul/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-couchbase/pom.xml b/test-infra/camel-test-infra-couchbase/pom.xml index 271a45bca1dc..23950b0adef2 100644 --- a/test-infra/camel-test-infra-couchbase/pom.xml +++ b/test-infra/camel-test-infra-couchbase/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-couchdb/pom.xml b/test-infra/camel-test-infra-couchdb/pom.xml index e1138920e3b2..794baf3226cd 100644 --- a/test-infra/camel-test-infra-couchdb/pom.xml +++ b/test-infra/camel-test-infra-couchdb/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-docling/pom.xml b/test-infra/camel-test-infra-docling/pom.xml index 30463b533b8c..cbe0890b2548 100644 --- a/test-infra/camel-test-infra-docling/pom.xml +++ b/test-infra/camel-test-infra-docling/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-elasticsearch/pom.xml b/test-infra/camel-test-infra-elasticsearch/pom.xml index 22d3ea82143c..d8f09739cac3 100644 --- a/test-infra/camel-test-infra-elasticsearch/pom.xml +++ b/test-infra/camel-test-infra-elasticsearch/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-fhir/pom.xml b/test-infra/camel-test-infra-fhir/pom.xml index 063d73f8cb59..20ca976a40ed 100644 --- a/test-infra/camel-test-infra-fhir/pom.xml +++ b/test-infra/camel-test-infra-fhir/pom.xml @@ -36,6 +36,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-google-pubsub/pom.xml b/test-infra/camel-test-infra-google-pubsub/pom.xml index c63c9fb5e014..c0a9a8e0f53c 100644 --- a/test-infra/camel-test-infra-google-pubsub/pom.xml +++ b/test-infra/camel-test-infra-google-pubsub/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-hashicorp-vault/pom.xml b/test-infra/camel-test-infra-hashicorp-vault/pom.xml index cd5eaf34ecab..6823733e5232 100644 --- a/test-infra/camel-test-infra-hashicorp-vault/pom.xml +++ b/test-infra/camel-test-infra-hashicorp-vault/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-hivemq/pom.xml b/test-infra/camel-test-infra-hivemq/pom.xml index ec5840b48b6d..42451d84a3f4 100644 --- a/test-infra/camel-test-infra-hivemq/pom.xml +++ b/test-infra/camel-test-infra-hivemq/pom.xml @@ -36,6 +36,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-ibmmq/pom.xml b/test-infra/camel-test-infra-ibmmq/pom.xml index 3322adb34612..3adba048c5fc 100644 --- a/test-infra/camel-test-infra-ibmmq/pom.xml +++ b/test-infra/camel-test-infra-ibmmq/pom.xml @@ -34,13 +34,24 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> - + <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-messaging-common</artifactId> diff --git a/test-infra/camel-test-infra-iggy/pom.xml b/test-infra/camel-test-infra-iggy/pom.xml index 86b8b0a05ad5..5b6390baa995 100644 --- a/test-infra/camel-test-infra-iggy/pom.xml +++ b/test-infra/camel-test-infra-iggy/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-infinispan/pom.xml b/test-infra/camel-test-infra-infinispan/pom.xml index bfa68b8e2d67..81389eeaf0e8 100644 --- a/test-infra/camel-test-infra-infinispan/pom.xml +++ b/test-infra/camel-test-infra-infinispan/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-jdbc/pom.xml b/test-infra/camel-test-infra-jdbc/pom.xml index 0fa3de49b856..6c103b4a763d 100644 --- a/test-infra/camel-test-infra-jdbc/pom.xml +++ b/test-infra/camel-test-infra-jdbc/pom.xml @@ -30,6 +30,17 @@ <name>Camel :: Test Infra :: JDBC</name> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-kafka/pom.xml b/test-infra/camel-test-infra-kafka/pom.xml index 6259e297e49c..b2796f059aed 100644 --- a/test-infra/camel-test-infra-kafka/pom.xml +++ b/test-infra/camel-test-infra-kafka/pom.xml @@ -36,6 +36,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-messaging-common/pom.xml b/test-infra/camel-test-infra-messaging-common/pom.xml index ddc3a427adb6..23c6f415a815 100644 --- a/test-infra/camel-test-infra-messaging-common/pom.xml +++ b/test-infra/camel-test-infra-messaging-common/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-microprofile-lra/pom.xml b/test-infra/camel-test-infra-microprofile-lra/pom.xml index f86e1e147a9b..a554a35786c7 100644 --- a/test-infra/camel-test-infra-microprofile-lra/pom.xml +++ b/test-infra/camel-test-infra-microprofile-lra/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-milvus/pom.xml b/test-infra/camel-test-infra-milvus/pom.xml index 196e8bce0809..94353f7841f2 100644 --- a/test-infra/camel-test-infra-milvus/pom.xml +++ b/test-infra/camel-test-infra-milvus/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-minio/pom.xml b/test-infra/camel-test-infra-minio/pom.xml index 9c23b52a7234..739e0a81e8c6 100644 --- a/test-infra/camel-test-infra-minio/pom.xml +++ b/test-infra/camel-test-infra-minio/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-mongodb/pom.xml b/test-infra/camel-test-infra-mongodb/pom.xml index 2cc7935c1305..d6e8c86782df 100644 --- a/test-infra/camel-test-infra-mongodb/pom.xml +++ b/test-infra/camel-test-infra-mongodb/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-mosquitto/pom.xml b/test-infra/camel-test-infra-mosquitto/pom.xml index 6d04ee65fd05..51285bba3f43 100644 --- a/test-infra/camel-test-infra-mosquitto/pom.xml +++ b/test-infra/camel-test-infra-mosquitto/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-nats/pom.xml b/test-infra/camel-test-infra-nats/pom.xml index 95003230e74d..7f7cb7e62bb0 100644 --- a/test-infra/camel-test-infra-nats/pom.xml +++ b/test-infra/camel-test-infra-nats/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-neo4j/pom.xml b/test-infra/camel-test-infra-neo4j/pom.xml index c15dc0f4b911..28cf363788f0 100644 --- a/test-infra/camel-test-infra-neo4j/pom.xml +++ b/test-infra/camel-test-infra-neo4j/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-ollama/pom.xml b/test-infra/camel-test-infra-ollama/pom.xml index 04fea12c69b8..8bb684b1ce4a 100644 --- a/test-infra/camel-test-infra-ollama/pom.xml +++ b/test-infra/camel-test-infra-ollama/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-openldap/pom.xml b/test-infra/camel-test-infra-openldap/pom.xml index f3ec41050465..41d79583b3fc 100644 --- a/test-infra/camel-test-infra-openldap/pom.xml +++ b/test-infra/camel-test-infra-openldap/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-opensearch/pom.xml b/test-infra/camel-test-infra-opensearch/pom.xml index 131c858b6e3f..8eded560135a 100644 --- a/test-infra/camel-test-infra-opensearch/pom.xml +++ b/test-infra/camel-test-infra-opensearch/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-pinecone/pom.xml b/test-infra/camel-test-infra-pinecone/pom.xml index 814815351ed8..1f5b491127ac 100644 --- a/test-infra/camel-test-infra-pinecone/pom.xml +++ b/test-infra/camel-test-infra-pinecone/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-postgres/pom.xml b/test-infra/camel-test-infra-postgres/pom.xml index 3f402072273c..ba6e68e5cf66 100644 --- a/test-infra/camel-test-infra-postgres/pom.xml +++ b/test-infra/camel-test-infra-postgres/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-pulsar/pom.xml b/test-infra/camel-test-infra-pulsar/pom.xml index 483bc517742a..c3f0e8965c99 100644 --- a/test-infra/camel-test-infra-pulsar/pom.xml +++ b/test-infra/camel-test-infra-pulsar/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-qdrant/pom.xml b/test-infra/camel-test-infra-qdrant/pom.xml index 695a6c8867cf..18b95aadd7d8 100644 --- a/test-infra/camel-test-infra-qdrant/pom.xml +++ b/test-infra/camel-test-infra-qdrant/pom.xml @@ -36,6 +36,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-rabbitmq/pom.xml b/test-infra/camel-test-infra-rabbitmq/pom.xml index a2be5e1c141d..c94729cdbe72 100644 --- a/test-infra/camel-test-infra-rabbitmq/pom.xml +++ b/test-infra/camel-test-infra-rabbitmq/pom.xml @@ -34,6 +34,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-redis/pom.xml b/test-infra/camel-test-infra-redis/pom.xml index 57e3d412bbb9..f432e5f4054d 100644 --- a/test-infra/camel-test-infra-redis/pom.xml +++ b/test-infra/camel-test-infra-redis/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-rocketmq/pom.xml b/test-infra/camel-test-infra-rocketmq/pom.xml index 7fcce33efce4..1475872bae1d 100644 --- a/test-infra/camel-test-infra-rocketmq/pom.xml +++ b/test-infra/camel-test-infra-rocketmq/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-smb/pom.xml b/test-infra/camel-test-infra-smb/pom.xml index 3dba835faff1..03df4a05869c 100644 --- a/test-infra/camel-test-infra-smb/pom.xml +++ b/test-infra/camel-test-infra-smb/pom.xml @@ -38,6 +38,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-solr/pom.xml b/test-infra/camel-test-infra-solr/pom.xml index 2a2e1c91a9a7..8812d442d151 100644 --- a/test-infra/camel-test-infra-solr/pom.xml +++ b/test-infra/camel-test-infra-solr/pom.xml @@ -42,6 +42,17 @@ <version>${project.version}</version> </dependency> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-tensorflow-serving/pom.xml b/test-infra/camel-test-infra-tensorflow-serving/pom.xml index 80ddcfb6f393..b8cf28428ea6 100644 --- a/test-infra/camel-test-infra-tensorflow-serving/pom.xml +++ b/test-infra/camel-test-infra-tensorflow-serving/pom.xml @@ -32,6 +32,17 @@ <description>TensorFlow Serving test infrastructure for Camel</description> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-torchserve/pom.xml b/test-infra/camel-test-infra-torchserve/pom.xml index 2685dfadee04..35828fbfa544 100644 --- a/test-infra/camel-test-infra-torchserve/pom.xml +++ b/test-infra/camel-test-infra-torchserve/pom.xml @@ -36,6 +36,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-triton/pom.xml b/test-infra/camel-test-infra-triton/pom.xml index 47b158aab33b..3363f68b54c0 100644 --- a/test-infra/camel-test-infra-triton/pom.xml +++ b/test-infra/camel-test-infra-triton/pom.xml @@ -36,6 +36,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-weaviate/pom.xml b/test-infra/camel-test-infra-weaviate/pom.xml index 1f13c76f3302..b3d602dfa1c3 100644 --- a/test-infra/camel-test-infra-weaviate/pom.xml +++ b/test-infra/camel-test-infra-weaviate/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-xmpp/pom.xml b/test-infra/camel-test-infra-xmpp/pom.xml index 44bfa13876cc..68c0bbac6635 100644 --- a/test-infra/camel-test-infra-xmpp/pom.xml +++ b/test-infra/camel-test-infra-xmpp/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId> diff --git a/test-infra/camel-test-infra-zookeeper/pom.xml b/test-infra/camel-test-infra-zookeeper/pom.xml index da5fb2327228..96d3027b4acd 100644 --- a/test-infra/camel-test-infra-zookeeper/pom.xml +++ b/test-infra/camel-test-infra-zookeeper/pom.xml @@ -35,6 +35,17 @@ </properties> <dependencies> + <!-- need to align and use same jackson --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-cbor</artifactId> + <version>${jackson2-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-infra-common</artifactId>
