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

JiriOndrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7fa48d6dc230285e747ba19e563b1b43e4debbf1
Author: Jomin <[email protected]>
AuthorDate: Tue May 5 10:08:50 2026 +0100

    Unblock camel-main build by explicitly defining the eddsa version following 
its deprecation in Camel
    
    Co-authored-by: jomin mathew <>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65e7e14b58..1be8c34a85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <dfdl-scala.version>2.12.20</dfdl-scala.version>
         
<drill-jdbc-all.version>${apache-drill-version}</drill-jdbc-all.version>
         
<dropwizard-metrics.version>${metrics-version}</dropwizard-metrics.version>
-        <eddsa.version>${eddsa-version}</eddsa.version>
+        <eddsa.version>0.3.0</eddsa.version>
         <eclipse-transformer.version>0.5.0</eclipse-transformer.version>
         <freemarker.version>2.3.34</freemarker.version><!-- @sync 
io.quarkiverse.freemarker:quarkus-freemarker-parent:${quarkiverse-freemarker.version}
 prop:freemarker.version -->
         <geny.version>0.6.2</geny.version>

Reply via email to