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/06/05 09:40:05 UTC

[camel-kamelets] 01/02: Align jackson version with core camel project

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

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

commit e775730da2d940bc6ec39f1e5d69f4be585fad65
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jun 5 11:25:05 2023 +0200

    Align jackson version with core camel project
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 180e696a..47e0b7d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>26</version>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-dependencies</artifactId>
+        <version>4.0.0-M3</version>
     </parent>
 
     <groupId>org.apache.camel.kamelets</groupId>
@@ -61,13 +61,7 @@
 	<cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version>
 
         <camel.version>4.0.0-M3</camel.version>
-        <slf4j.version>2.0.6</slf4j.version>
-        <log4j.version>2.20.0</log4j.version>
-        <jackson.version>2.15.0</jackson.version>
         <camel.k.extension.version>6.1.1</camel.k.extension.version>
-        <commons.io.version>2.11.0</commons.io.version>
-        <junit.jupiter.version>5.9.1</junit.jupiter.version>
-        <classgraph.version>4.8.157</classgraph.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->
         <!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->