LDEV-5260 Add Reactor as Spring dependency
Spring is capable of configuring Reactor environment automatically if
Spring detects it on classpath. The detection must happen when Spring is
still loading, not afterwards. So Reactor must be a Spring dependency as
otherwise it will load too late to get detected.