Reactor Bill Of Materials (tracking reactor-core, reactor-netty and more)
The Reactor Project is an advanced framework that is organized into multiple projects such as reactor-core, reactor-netty, reactor-extra, and more community-driven integrations like reactor-kafka and reactor-rabbitmq. The Reactor Project provides a Bill of Materials (BOM) to ensure compatibility between these projects. The BOM simplifies dependency management by providing default artifact versions to use when adding dependencies to a project.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>3.4.0-Europium</version>
<type>pom</type>
<scope>import</scope>