We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417a8bc commit c022269Copy full SHA for c022269
core/pom.xml
@@ -178,6 +178,11 @@
178
<artifactId>rxjava</artifactId>
179
<version>3.1.5</version>
180
</dependency>
181
+ <dependency>
182
+ <groupId>io.projectreactor</groupId>
183
+ <artifactId>reactor-core</artifactId>
184
+ <version>3.7.0</version>
185
+ </dependency>
186
<dependency>
187
<groupId>com.github.tomakehurst</groupId>
188
<artifactId>wiremock-jre8</artifactId>
0 commit comments