Defines a consistent set of compatible dependencies.
Please add the following snippet to your Maven pom.xml
to select compatible versions of the reaktor
and nukleus
implementations.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>ry-bom</artifactId>
<type>pom</type>
<version>0.1</version>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>