This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit a3d821401df9bc8591cb194faadef3ed8dec76de Author: Peter Palaga <[email protected]> AuthorDate: Thu Mar 25 22:06:08 2021 +0100 Workaround for #2340 Spring RabbitMQ integration test fails in native mode with Camel 3.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d79eb51..9e61ac1 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <smallrye.reactive.messaging.camel.version>2.9.0</smallrye.reactive.messaging.camel.version> <!-- keep in sync with Quarkus SmallRye Reactive Messaging --> <soap-api.version>1.4.0</soap-api.version><!-- keep in sync with Camel --> <!-- Keep spring.version aligned with the version used by Camel --> - <spring.version>${spring5-version}</spring.version> + <spring.version>5.3.3</spring.version> <!-- Should be ${spring5-version}, workaround for https://github.com/apache/camel-quarkus/issues/2340 --> <snakeyaml.version>${snakeyaml-version}</snakeyaml.version> <snappy.version>1.1.7.7</snappy.version><!-- Spark --> <threetenbp.version>1.4.0</threetenbp.version>
