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 2f88bb6102b414d448cc51ddc66dd9ee4aab1ed7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jan 13 10:32:21 2023 +0100

    Camel-Jsonb: Introducing Yasson property placeholder
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components/camel-jsonb/pom.xml | 2 +-
 parent/pom.xml                 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-jsonb/pom.xml b/components/camel-jsonb/pom.xml
index 93700aaca3f..c4712a1576d 100644
--- a/components/camel-jsonb/pom.xml
+++ b/components/camel-jsonb/pom.xml
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>yasson</artifactId>
-            <version>3.0.2</version>
+           <version>${yasson-version}</version>
         </dependency>
 
 
diff --git a/parent/pom.xml b/parent/pom.xml
index cc8a3a50996..f4baf468e7d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -529,6 +529,7 @@
         <xmlsec-version>2.2.3</xmlsec-version>
         <xmlunit-version>2.9.0</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>
+        <yasson-version>3.0.2</yasson-version>
         
<yetus-audience-annotations-version>0.13.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.19.0</zendesk-client-version>
         <zookeeper-version>3.5.9</zookeeper-version>

Reply via email to