This is an automated email from the ASF dual-hosted git repository.
zbendhiba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 24a28cb add quarkus-jackson in the camel-quarkus-kafka extension
(#2629)
24a28cb is described below
commit 24a28cbe25d24b35eac0015ef4a2df232712ec37
Author: Zineb BENDHIBA <[email protected]>
AuthorDate: Wed May 19 18:33:49 2021 +0200
add quarkus-jackson in the camel-quarkus-kafka extension (#2629)
---
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, 8 insertions(+), 16 deletions(-)
diff --git a/extensions/kafka/deployment/pom.xml
b/extensions/kafka/deployment/pom.xml
index 0c9fe58..e342851 100644
--- a/extensions/kafka/deployment/pom.xml
+++ b/extensions/kafka/deployment/pom.xml
@@ -42,6 +42,10 @@
<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 27d35d9..68d0e55 100644
--- a/extensions/kafka/runtime/pom.xml
+++ b/extensions/kafka/runtime/pom.xml
@@ -59,6 +59,10 @@
<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 c60f530..92e5d0a 100644
--- a/integration-tests/kafka-sasl-ssl/pom.xml
+++ b/integration-tests/kafka-sasl-ssl/pom.xml
@@ -50,10 +50,6 @@
<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 6b4254c..0767e60 100644
--- a/integration-tests/kafka-sasl/pom.xml
+++ b/integration-tests/kafka-sasl/pom.xml
@@ -52,10 +52,6 @@
</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 79e0555..2a87350 100644
--- a/integration-tests/kafka-ssl/pom.xml
+++ b/integration-tests/kafka-ssl/pom.xml
@@ -50,10 +50,6 @@
<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 3d85dba..364a4fd 100644
--- a/integration-tests/kafka/pom.xml
+++ b/integration-tests/kafka/pom.xml
@@ -54,10 +54,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
</dependency>
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-jackson</artifactId>
- </dependency>
<!-- test dependencies -->
<dependency>