Skip to content

Commit aa7afe6

Browse files
committed
fix(test): add r2dbc-h2 dependency for CI tests
1 parent be07376 commit aa7afe6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@
4444
<artifactId>reactor-test</artifactId>
4545
<scope>test</scope>
4646
</dependency>
47+
<dependency>
48+
<groupId>io.asyncer</groupId>
49+
<artifactId>r2dbc-mysql</artifactId>
50+
<version>1.1.3</version>
51+
</dependency>
52+
<dependency>
53+
<groupId>io.r2dbc</groupId>
54+
<artifactId>r2dbc-h2</artifactId>
55+
<scope>test</scope>
56+
</dependency>
4757
</dependencies>
4858

4959
<build>

0 commit comments

Comments
 (0)