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 6a3a499e3fc703c86f8db5dc6a749e29c3d8dc57 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 99b4bcf56b..b9a15470b0 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,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>
