You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/09 14:21:48 UTC

[camel] 03/08: CAMEL-19062 - Clean up Parent POM - Jackson

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b1d43ad7ca119b961e248b20b72f66e565687000
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 14:11:25 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jackson
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-dropbox/pom.xml                            | 1 +
 components/camel-elasticsearch/pom.xml                      | 1 +
 components/camel-elytron/pom.xml                            | 1 +
 components/camel-etcd3/pom.xml                              | 3 +++
 components/camel-google/camel-google-secret-manager/pom.xml | 1 +
 components/camel-google/camel-google-sheets/pom.xml         | 1 +
 components/camel-graphql/pom.xml                            | 1 +
 components/camel-jackson/pom.xml                            | 2 ++
 components/camel-jacksonxml/pom.xml                         | 3 +++
 components/camel-jolt/pom.xml                               | 2 ++
 10 files changed, 16 insertions(+)

diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml
index 808957206a0..d6e23bf3c4d 100644
--- a/components/camel-dropbox/pom.xml
+++ b/components/camel-dropbox/pom.xml
@@ -57,6 +57,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- apache commons-io -->
diff --git a/components/camel-elasticsearch/pom.xml b/components/camel-elasticsearch/pom.xml
index 1a35753cc64..da1747810d5 100644
--- a/components/camel-elasticsearch/pom.xml
+++ b/components/camel-elasticsearch/pom.xml
@@ -54,6 +54,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-elytron/pom.xml b/components/camel-elytron/pom.xml
index 24c875551f0..82cb14b3f5c 100644
--- a/components/camel-elytron/pom.xml
+++ b/components/camel-elytron/pom.xml
@@ -71,6 +71,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.jakarta.rs</groupId>
             <artifactId>jackson-jakarta-rs-json-provider</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
         <dependency>
             <groupId>javax.json</groupId>
diff --git a/components/camel-etcd3/pom.xml b/components/camel-etcd3/pom.xml
index 05768918154..93ec4d4371c 100644
--- a/components/camel-etcd3/pom.xml
+++ b/components/camel-etcd3/pom.xml
@@ -51,14 +51,17 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
         <dependency>
             <groupId>io.etcd</groupId>
diff --git a/components/camel-google/camel-google-secret-manager/pom.xml b/components/camel-google/camel-google-secret-manager/pom.xml
index 0fb5c2a88eb..7f14387eaa6 100644
--- a/components/camel-google/camel-google-secret-manager/pom.xml
+++ b/components/camel-google/camel-google-secret-manager/pom.xml
@@ -110,6 +110,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <dependency>
diff --git a/components/camel-google/camel-google-sheets/pom.xml b/components/camel-google/camel-google-sheets/pom.xml
index 7cf9bb4014f..d051712de16 100644
--- a/components/camel-google/camel-google-sheets/pom.xml
+++ b/components/camel-google/camel-google-sheets/pom.xml
@@ -135,6 +135,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-graphql/pom.xml b/components/camel-graphql/pom.xml
index 9f3cc2ad5ce..a19af884ff1 100644
--- a/components/camel-graphql/pom.xml
+++ b/components/camel-graphql/pom.xml
@@ -63,6 +63,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-jackson/pom.xml b/components/camel-jackson/pom.xml
index 23dc608029b..35e5a66fab2 100644
--- a/components/camel-jackson/pom.xml
+++ b/components/camel-jackson/pom.xml
@@ -45,12 +45,14 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- testing -->
         <dependency>
             <groupId>com.fasterxml.jackson.module</groupId>
             <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
+            <version>${jackson2-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-jacksonxml/pom.xml b/components/camel-jacksonxml/pom.xml
index 5364366b7da..4d76426cb0d 100644
--- a/components/camel-jacksonxml/pom.xml
+++ b/components/camel-jacksonxml/pom.xml
@@ -44,14 +44,17 @@
         <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-xml</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.module</groupId>
             <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-jolt/pom.xml b/components/camel-jolt/pom.xml
index dd3e0d7195e..e830a666cb3 100644
--- a/components/camel-jolt/pom.xml
+++ b/components/camel-jolt/pom.xml
@@ -44,10 +44,12 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <dependency>