Skip to content

Commit

Permalink
Workaround for #2340 Spring RabbitMQ integration test fails in native…
Browse files Browse the repository at this point in the history
… mode with Camel 3.9.0
  • Loading branch information
ppalaga committed Mar 25, 2021
1 parent a81ff43 commit 0e04a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0e04a28

Please sign in to comment.