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:49 UTC

[camel] 04/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 9851aae13b2f38d86392bb3afbc165465468d128
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 14:13:15 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jackson
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jsonata/pom.xml    | 2 ++
 components/camel-jsonpath/pom.xml   | 2 ++
 components/camel-kafka/pom.xml      | 1 +
 components/camel-leveldb/pom.xml    | 1 +
 components/camel-lumberjack/pom.xml | 1 +
 components/camel-metrics/pom.xml    | 2 ++
 components/camel-micrometer/pom.xml | 1 +
 7 files changed, 10 insertions(+)

diff --git a/components/camel-jsonata/pom.xml b/components/camel-jsonata/pom.xml
index bd0f357ee33..37dcf7d32ba 100644
--- a/components/camel-jsonata/pom.xml
+++ b/components/camel-jsonata/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>
diff --git a/components/camel-jsonpath/pom.xml b/components/camel-jsonpath/pom.xml
index 63bb954c481..e321f1ffc84 100644
--- a/components/camel-jsonpath/pom.xml
+++ b/components/camel-jsonpath/pom.xml
@@ -60,10 +60,12 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.module</groupId>
             <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
+            <version>${jackson2-version}</version>
             <optional>true</optional>
         </dependency>
 
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 081cdceca70..e8b2c0f9e11 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -54,6 +54,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- test -->
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 607948922c3..b5b8181842b 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -69,6 +69,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-lumberjack/pom.xml b/components/camel-lumberjack/pom.xml
index ccb32e7a9fc..7f5ac347d92 100644
--- a/components/camel-lumberjack/pom.xml
+++ b/components/camel-lumberjack/pom.xml
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- test dependencies -->
diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml
index 770289be355..0c47b0a8762 100644
--- a/components/camel-metrics/pom.xml
+++ b/components/camel-metrics/pom.xml
@@ -68,10 +68,12 @@
         <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>
 
         <!-- testing -->
diff --git a/components/camel-micrometer/pom.xml b/components/camel-micrometer/pom.xml
index 41ce7936b8e..1320a189deb 100644
--- a/components/camel-micrometer/pom.xml
+++ b/components/camel-micrometer/pom.xml
@@ -57,6 +57,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
         </dependency>
 
         <!-- testing -->