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

jamesnetherton 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 4a62f59460 Use smooks-version property from camel-dependencies instead 
of syncing from camel-parent
4a62f59460 is described below

commit 4a62f594609bf92ad7b7ed7d5a3afc8377c979d7
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Apr 22 07:50:24 2025 +0100

    Use smooks-version property from camel-dependencies instead of syncing from 
camel-parent
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b9d16587d..317cec8148 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
         <retrofit.version>2.9.0</retrofit.version><!-- @sync 
org.influxdb:influxdb-java:${influxdb.version} 
dep:com.squareup.retrofit2:retrofit -->
         <rxjava3.version>3.1.8</rxjava3.version><!-- Used by 
amazon-kinesis-client and infinispan-client-hotrod-jakarta -->
         
<smallrye.reactive.messaging.camel.version>4.27.0</smallrye.reactive.messaging.camel.version><!--
 @sync io.quarkus:quarkus-bom:${quarkus.version} 
dep:io.smallrye.reactive:smallrye-reactive-messaging-provider -->
-        <smooks.version>2.2.1</smooks.version><!-- @sync 
org.apache.camel:camel-parent:${camel.version} prop:smooks-version -->
+        <smooks.version>${smooks-version}</smooks.version>
         <snakeyaml.version>2.4</snakeyaml.version><!-- @sync 
io.quarkus:quarkus-bom:${quarkus.version} dep:org.yaml:snakeyaml -->
         
<snakeyaml-engine.version>${snakeyaml-engine-version}</snakeyaml-engine.version><!--
 Resolve conflict between camel-snakeyaml & kubernetes-client -->
         <spring.version>${spring-version}</spring.version>

Reply via email to