Skip to content

Commit c022269

Browse files
Poggeccicopybara-github
authored andcommitted
chore: add reactor-core to core lib deps
PiperOrigin-RevId: 794330264
1 parent 417a8bc commit c022269

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@
178178
<artifactId>rxjava</artifactId>
179179
<version>3.1.5</version>
180180
</dependency>
181+
<dependency>
182+
<groupId>io.projectreactor</groupId>
183+
<artifactId>reactor-core</artifactId>
184+
<version>3.7.0</version>
185+
</dependency>
181186
<dependency>
182187
<groupId>com.github.tomakehurst</groupId>
183188
<artifactId>wiremock-jre8</artifactId>

0 commit comments

Comments
 (0)