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 4a663e3c7374591992f2dda402b82e6cbb6c2437
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jan 13 10:04:14 2023 +0100

    Camel-Jsonb: Introducing Yasson as dependency
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components/camel-jsonb/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-jsonb/pom.xml b/components/camel-jsonb/pom.xml
index b380353c129..93700aaca3f 100644
--- a/components/camel-jsonb/pom.xml
+++ b/components/camel-jsonb/pom.xml
@@ -46,6 +46,12 @@
             <artifactId>jakarta.json.bind-api</artifactId>
             <version>${jakarta-json-bind-api-version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>yasson</artifactId>
+            <version>3.0.2</version>
+        </dependency>
+
 
         <!-- testing -->
         <dependency>

Reply via email to