You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2021/08/06 09:00:50 UTC

[camel-quarkus] 01/01: Revert "add quarkus-jackson in the camel-quarkus-kafka extension (#2629)"

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

zbendhiba pushed a commit to branch revert-2629-kafka
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 56d4bb3ccb7303e94851d509df4a6a3af7196be1
Author: Zineb BENDHIBA <be...@gmail.com>
AuthorDate: Thu May 20 09:17:36 2021 +0200

    Revert "add quarkus-jackson in the camel-quarkus-kafka extension (#2629)"
    
    This reverts commit 24a28cbe25d24b35eac0015ef4a2df232712ec37.
---
 extensions/kafka/deployment/pom.xml      | 4 ----
 extensions/kafka/runtime/pom.xml         | 4 ----
 integration-tests/kafka-sasl-ssl/pom.xml | 4 ++++
 integration-tests/kafka-sasl/pom.xml     | 4 ++++
 integration-tests/kafka-ssl/pom.xml      | 4 ++++
 integration-tests/kafka/pom.xml          | 4 ++++
 6 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/extensions/kafka/deployment/pom.xml b/extensions/kafka/deployment/pom.xml
index e342851..0c9fe58 100644
--- a/extensions/kafka/deployment/pom.xml
+++ b/extensions/kafka/deployment/pom.xml
@@ -42,10 +42,6 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-kafka</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-jackson-deployment</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/extensions/kafka/runtime/pom.xml b/extensions/kafka/runtime/pom.xml
index 68d0e55..27d35d9 100644
--- a/extensions/kafka/runtime/pom.xml
+++ b/extensions/kafka/runtime/pom.xml
@@ -59,10 +59,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-kafka</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-jackson</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/integration-tests/kafka-sasl-ssl/pom.xml b/integration-tests/kafka-sasl-ssl/pom.xml
index 92e5d0a..c60f530 100644
--- a/integration-tests/kafka-sasl-ssl/pom.xml
+++ b/integration-tests/kafka-sasl-ssl/pom.xml
@@ -50,6 +50,10 @@
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-resteasy-jsonb</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-jackson</artifactId>
+        </dependency>
 
         <!-- test dependencies -->
         <dependency>
diff --git a/integration-tests/kafka-sasl/pom.xml b/integration-tests/kafka-sasl/pom.xml
index 0767e60..6b4254c 100644
--- a/integration-tests/kafka-sasl/pom.xml
+++ b/integration-tests/kafka-sasl/pom.xml
@@ -52,6 +52,10 @@
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-jackson</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
             <artifactId>quarkus-kubernetes-service-binding</artifactId>
         </dependency>
 
diff --git a/integration-tests/kafka-ssl/pom.xml b/integration-tests/kafka-ssl/pom.xml
index 2a87350..79e0555 100644
--- a/integration-tests/kafka-ssl/pom.xml
+++ b/integration-tests/kafka-ssl/pom.xml
@@ -50,6 +50,10 @@
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-resteasy-jsonb</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-jackson</artifactId>
+        </dependency>
 
         <!-- test dependencies -->
         <dependency>
diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml
index 364a4fd..3d85dba 100644
--- a/integration-tests/kafka/pom.xml
+++ b/integration-tests/kafka/pom.xml
@@ -54,6 +54,10 @@
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-resteasy-jsonb</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-jackson</artifactId>
+        </dependency>
 
         <!-- test dependencies -->
         <dependency>