From 0a7d08ec1ff9ab5204d8b4bd1a80dd10027370bc Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Fri, 13 Feb 2026 13:30:06 +0100 Subject: [PATCH] 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 +++++++++++ .../camel-test-infra-azure-storage-blob/pom.xml | 11 +++++++++++ .../camel-test-infra-azure-storage-datalake/pom.xml | 11 +++++++++++ .../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 +++++++++++ .../camel-test-infra-messaging-common/pom.xml | 11 +++++++++++ .../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 +++++++++++ .../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 845e39f84f818..7e38e142ae7a8 100644 --- a/test-infra/camel-test-infra-arangodb/pom.xml +++ b/test-infra/camel-test-infra-arangodb/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-artemis/pom.xml b/test-infra/camel-test-infra-artemis/pom.xml index c0d4e5cf7e67e..432a57dd0fe3f 100644 --- a/test-infra/camel-test-infra-artemis/pom.xml +++ b/test-infra/camel-test-infra-artemis/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-aws-common/pom.xml b/test-infra/camel-test-infra-aws-common/pom.xml index 8e854c74bbecd..f35e663f71436 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-aws-v2/pom.xml b/test-infra/camel-test-infra-aws-v2/pom.xml index 554546c050bcd..c0cd3ccc2cc41 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-aws-common diff --git a/test-infra/camel-test-infra-azure-common/pom.xml b/test-infra/camel-test-infra-azure-common/pom.xml index c0e79ed126efa..4c49879e06397 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common 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 999dcd44f02cd..cf47f6055e31a 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-azure-common 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 724d6d963b9f7..4b50ab8943f6d 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-azure-common 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 0081eb99410ec..127c9e93d4951 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-azure-common diff --git a/test-infra/camel-test-infra-cassandra/pom.xml b/test-infra/camel-test-infra-cassandra/pom.xml index f08712c9fa8dc..2eb4e0d2620b5 100644 --- a/test-infra/camel-test-infra-cassandra/pom.xml +++ b/test-infra/camel-test-infra-cassandra/pom.xml @@ -34,6 +34,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-chatscript/pom.xml b/test-infra/camel-test-infra-chatscript/pom.xml index 50fc44c849582..3044049eac5ae 100644 --- a/test-infra/camel-test-infra-chatscript/pom.xml +++ b/test-infra/camel-test-infra-chatscript/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-cli/pom.xml b/test-infra/camel-test-infra-cli/pom.xml index 6c6d26e156791..3fed60f0ecffd 100644 --- a/test-infra/camel-test-infra-cli/pom.xml +++ b/test-infra/camel-test-infra-cli/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-common/pom.xml b/test-infra/camel-test-infra-common/pom.xml index aa599abcb2864..9aae27dffcef9 100644 --- a/test-infra/camel-test-infra-common/pom.xml +++ b/test-infra/camel-test-infra-common/pom.xml @@ -36,6 +36,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.testcontainers testcontainers diff --git a/test-infra/camel-test-infra-consul/pom.xml b/test-infra/camel-test-infra-consul/pom.xml index ae704d1f60262..abb3ee074a8d3 100644 --- a/test-infra/camel-test-infra-consul/pom.xml +++ b/test-infra/camel-test-infra-consul/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-couchbase/pom.xml b/test-infra/camel-test-infra-couchbase/pom.xml index 271a45bca1dc1..23950b0adef2d 100644 --- a/test-infra/camel-test-infra-couchbase/pom.xml +++ b/test-infra/camel-test-infra-couchbase/pom.xml @@ -34,6 +34,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-couchdb/pom.xml b/test-infra/camel-test-infra-couchdb/pom.xml index e1138920e3b2b..794baf3226cd4 100644 --- a/test-infra/camel-test-infra-couchdb/pom.xml +++ b/test-infra/camel-test-infra-couchdb/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-docling/pom.xml b/test-infra/camel-test-infra-docling/pom.xml index 30463b533b8cb..cbe0890b2548d 100644 --- a/test-infra/camel-test-infra-docling/pom.xml +++ b/test-infra/camel-test-infra-docling/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-elasticsearch/pom.xml b/test-infra/camel-test-infra-elasticsearch/pom.xml index 22d3ea82143c3..d8f09739cac32 100644 --- a/test-infra/camel-test-infra-elasticsearch/pom.xml +++ b/test-infra/camel-test-infra-elasticsearch/pom.xml @@ -34,6 +34,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-fhir/pom.xml b/test-infra/camel-test-infra-fhir/pom.xml index 063d73f8cb594..20ca976a40edf 100644 --- a/test-infra/camel-test-infra-fhir/pom.xml +++ b/test-infra/camel-test-infra-fhir/pom.xml @@ -36,6 +36,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-google-pubsub/pom.xml b/test-infra/camel-test-infra-google-pubsub/pom.xml index c63c9fb5e0149..c0a9a8e0f53cb 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-hashicorp-vault/pom.xml b/test-infra/camel-test-infra-hashicorp-vault/pom.xml index cd5eaf34ecab9..6823733e52326 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-hivemq/pom.xml b/test-infra/camel-test-infra-hivemq/pom.xml index ec5840b48b6d0..42451d84a3f4a 100644 --- a/test-infra/camel-test-infra-hivemq/pom.xml +++ b/test-infra/camel-test-infra-hivemq/pom.xml @@ -36,6 +36,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-ibmmq/pom.xml b/test-infra/camel-test-infra-ibmmq/pom.xml index 3322adb346129..3adba048c5fc9 100644 --- a/test-infra/camel-test-infra-ibmmq/pom.xml +++ b/test-infra/camel-test-infra-ibmmq/pom.xml @@ -34,13 +34,24 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common ${project.version} test-jar - + org.apache.camel camel-test-infra-messaging-common diff --git a/test-infra/camel-test-infra-iggy/pom.xml b/test-infra/camel-test-infra-iggy/pom.xml index 86b8b0a05ad5b..5b6390baa995c 100644 --- a/test-infra/camel-test-infra-iggy/pom.xml +++ b/test-infra/camel-test-infra-iggy/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-infinispan/pom.xml b/test-infra/camel-test-infra-infinispan/pom.xml index bfa68b8e2d678..81389eeaf0e89 100644 --- a/test-infra/camel-test-infra-infinispan/pom.xml +++ b/test-infra/camel-test-infra-infinispan/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-jdbc/pom.xml b/test-infra/camel-test-infra-jdbc/pom.xml index 0fa3de49b8564..6c103b4a763dd 100644 --- a/test-infra/camel-test-infra-jdbc/pom.xml +++ b/test-infra/camel-test-infra-jdbc/pom.xml @@ -30,6 +30,17 @@ Camel :: Test Infra :: JDBC + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-kafka/pom.xml b/test-infra/camel-test-infra-kafka/pom.xml index 6259e297e49c4..b2796f059aed1 100644 --- a/test-infra/camel-test-infra-kafka/pom.xml +++ b/test-infra/camel-test-infra-kafka/pom.xml @@ -36,6 +36,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-messaging-common/pom.xml b/test-infra/camel-test-infra-messaging-common/pom.xml index ddc3a427adb62..23c6f415a8151 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-microprofile-lra/pom.xml b/test-infra/camel-test-infra-microprofile-lra/pom.xml index f86e1e147a9b9..a554a35786c7d 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 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-milvus/pom.xml b/test-infra/camel-test-infra-milvus/pom.xml index 196e8bce08091..94353f7841f24 100644 --- a/test-infra/camel-test-infra-milvus/pom.xml +++ b/test-infra/camel-test-infra-milvus/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-minio/pom.xml b/test-infra/camel-test-infra-minio/pom.xml index 9c23b52a7234b..739e0a81e8c62 100644 --- a/test-infra/camel-test-infra-minio/pom.xml +++ b/test-infra/camel-test-infra-minio/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-mongodb/pom.xml b/test-infra/camel-test-infra-mongodb/pom.xml index 2cc7935c13055..d6e8c86782df6 100644 --- a/test-infra/camel-test-infra-mongodb/pom.xml +++ b/test-infra/camel-test-infra-mongodb/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-mosquitto/pom.xml b/test-infra/camel-test-infra-mosquitto/pom.xml index 6d04ee65fd053..51285bba3f436 100644 --- a/test-infra/camel-test-infra-mosquitto/pom.xml +++ b/test-infra/camel-test-infra-mosquitto/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-nats/pom.xml b/test-infra/camel-test-infra-nats/pom.xml index 95003230e74d5..7f7cb7e62bb0c 100644 --- a/test-infra/camel-test-infra-nats/pom.xml +++ b/test-infra/camel-test-infra-nats/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-neo4j/pom.xml b/test-infra/camel-test-infra-neo4j/pom.xml index c15dc0f4b9113..28cf363788f0d 100644 --- a/test-infra/camel-test-infra-neo4j/pom.xml +++ b/test-infra/camel-test-infra-neo4j/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-ollama/pom.xml b/test-infra/camel-test-infra-ollama/pom.xml index 04fea12c69b8b..8bb684b1ce4ab 100644 --- a/test-infra/camel-test-infra-ollama/pom.xml +++ b/test-infra/camel-test-infra-ollama/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-openldap/pom.xml b/test-infra/camel-test-infra-openldap/pom.xml index f3ec41050465a..41d79583b3fc9 100644 --- a/test-infra/camel-test-infra-openldap/pom.xml +++ b/test-infra/camel-test-infra-openldap/pom.xml @@ -34,6 +34,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-opensearch/pom.xml b/test-infra/camel-test-infra-opensearch/pom.xml index 131c858b6e3f0..8eded560135ac 100644 --- a/test-infra/camel-test-infra-opensearch/pom.xml +++ b/test-infra/camel-test-infra-opensearch/pom.xml @@ -34,6 +34,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-pinecone/pom.xml b/test-infra/camel-test-infra-pinecone/pom.xml index 814815351ed83..1f5b491127acd 100644 --- a/test-infra/camel-test-infra-pinecone/pom.xml +++ b/test-infra/camel-test-infra-pinecone/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-postgres/pom.xml b/test-infra/camel-test-infra-postgres/pom.xml index 3f402072273c3..ba6e68e5cf664 100644 --- a/test-infra/camel-test-infra-postgres/pom.xml +++ b/test-infra/camel-test-infra-postgres/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-pulsar/pom.xml b/test-infra/camel-test-infra-pulsar/pom.xml index 483bc517742a0..c3f0e8965c996 100644 --- a/test-infra/camel-test-infra-pulsar/pom.xml +++ b/test-infra/camel-test-infra-pulsar/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-qdrant/pom.xml b/test-infra/camel-test-infra-qdrant/pom.xml index 695a6c8867cf4..18b95aadd7d82 100644 --- a/test-infra/camel-test-infra-qdrant/pom.xml +++ b/test-infra/camel-test-infra-qdrant/pom.xml @@ -36,6 +36,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-rabbitmq/pom.xml b/test-infra/camel-test-infra-rabbitmq/pom.xml index a2be5e1c141d5..c94729cdbe72f 100644 --- a/test-infra/camel-test-infra-rabbitmq/pom.xml +++ b/test-infra/camel-test-infra-rabbitmq/pom.xml @@ -34,6 +34,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-redis/pom.xml b/test-infra/camel-test-infra-redis/pom.xml index 57e3d412bbb9b..f432e5f4054d6 100644 --- a/test-infra/camel-test-infra-redis/pom.xml +++ b/test-infra/camel-test-infra-redis/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-rocketmq/pom.xml b/test-infra/camel-test-infra-rocketmq/pom.xml index 7fcce33efce46..1475872bae1d2 100644 --- a/test-infra/camel-test-infra-rocketmq/pom.xml +++ b/test-infra/camel-test-infra-rocketmq/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-smb/pom.xml b/test-infra/camel-test-infra-smb/pom.xml index 3dba835faff19..03df4a05869c3 100644 --- a/test-infra/camel-test-infra-smb/pom.xml +++ b/test-infra/camel-test-infra-smb/pom.xml @@ -38,6 +38,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-solr/pom.xml b/test-infra/camel-test-infra-solr/pom.xml index 2a2e1c91a9a78..8812d442d151f 100644 --- a/test-infra/camel-test-infra-solr/pom.xml +++ b/test-infra/camel-test-infra-solr/pom.xml @@ -42,6 +42,17 @@ ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-tensorflow-serving/pom.xml b/test-infra/camel-test-infra-tensorflow-serving/pom.xml index 80ddcfb6f3931..b8cf28428ea63 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 @@ TensorFlow Serving test infrastructure for Camel + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-torchserve/pom.xml b/test-infra/camel-test-infra-torchserve/pom.xml index 2685dfadee04a..35828fbfa5446 100644 --- a/test-infra/camel-test-infra-torchserve/pom.xml +++ b/test-infra/camel-test-infra-torchserve/pom.xml @@ -36,6 +36,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-triton/pom.xml b/test-infra/camel-test-infra-triton/pom.xml index 47b158aab33bf..3363f68b54c0a 100644 --- a/test-infra/camel-test-infra-triton/pom.xml +++ b/test-infra/camel-test-infra-triton/pom.xml @@ -36,6 +36,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-weaviate/pom.xml b/test-infra/camel-test-infra-weaviate/pom.xml index 1f13c76f33022..b3d602dfa1c39 100644 --- a/test-infra/camel-test-infra-weaviate/pom.xml +++ b/test-infra/camel-test-infra-weaviate/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-xmpp/pom.xml b/test-infra/camel-test-infra-xmpp/pom.xml index 44bfa13876cc7..68c0bbac66358 100644 --- a/test-infra/camel-test-infra-xmpp/pom.xml +++ b/test-infra/camel-test-infra-xmpp/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common diff --git a/test-infra/camel-test-infra-zookeeper/pom.xml b/test-infra/camel-test-infra-zookeeper/pom.xml index da5fb2327228e..96d3027b4acdd 100644 --- a/test-infra/camel-test-infra-zookeeper/pom.xml +++ b/test-infra/camel-test-infra-zookeeper/pom.xml @@ -35,6 +35,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + ${jackson2-version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jackson2-version} + org.apache.camel camel-test-infra-common