<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-spi-test</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
<parent> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-spi-parent</artifactId> <version>1.0.0.RELEASE</version> </parent>
compile
|-- io.projectreactor:reactor-core:3.3.22.RELEASE
|-- io.projectreactor:reactor-test:3.3.22.RELEASE
|-- io.r2dbc:r2dbc-spi:1.0.0.RELEASE
|-- org.junit.jupiter:junit-jupiter-api:5.8.2
|-- org.springframework:spring-jdbc:5.3.19
provided