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
commit 81117b9a9ad75ebf523a8fc0c7495a082812cab4 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Apr 4 08:22:07 2025 +0100 Move dfdl-scala property with other core dependency versions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c94a13829d..082e99cf72 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,7 @@ <commons-exec.version>${commons-exec-version}</commons-exec.version> <commons-validator.version>${commons-validator-version}</commons-validator.version> <cxf.version>4.1.1</cxf.version><!-- @sync io.quarkiverse.cxf:quarkus-cxf-parent:${quarkiverse-cxf.version} prop:cxf.version --> + <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> @@ -179,7 +180,6 @@ <!-- Test dependency versions (keep sorted alphabetically) --> <consul-client.version>${consul-client-version}</consul-client.version> - <dfdl-scala.version>2.12.20</dfdl-scala.version> <ftpserver.version>${ftpserver-version}</ftpserver.version> <hamcrest.version>3.0</hamcrest.version><!-- Awaitility and Wiremock --> <htmlunit-driver.version>4.13.0</htmlunit-driver.version>