From eb1add7da3bb40ccfc14e3e478e874f11a0078b6 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 15 Aug 2018 14:07:23 +0200 Subject: [PATCH] #391 - Upgrade to Reactor Californium M1 for Reactive Tx tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify dependency to use the Flux.usingWhen(…) factory. --- mongodb/transactions/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mongodb/transactions/pom.xml b/mongodb/transactions/pom.xml index e561e682..05d5e96e 100644 --- a/mongodb/transactions/pom.xml +++ b/mongodb/transactions/pom.xml @@ -15,6 +15,7 @@ 3.8.0 1.9.0 Lovelace-RC1 + Californium-M1