Skip to content

Commit 811b5c6

Browse files
breunNils Breunese
andauthored
Use spring-boot-starter-data-r2dbc and version manage as little dependencies as possible (GoogleCloudPlatform#4551)
Co-authored-by: Nils Breunese <nbreunese@bol.com>
1 parent b82798e commit 811b5c6

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

cloud-sql/r2dbc/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,14 @@
3636
<artifactId>spring-boot-starter-thymeleaf</artifactId>
3737
</dependency>
3838
<dependency>
39-
<groupId>org.springframework.data</groupId>
40-
<artifactId>spring-data-r2dbc</artifactId>
41-
<version>1.2.3</version>
42-
</dependency>
43-
<dependency>
44-
<groupId>io.r2dbc</groupId>
45-
<artifactId>r2dbc-pool</artifactId>
46-
<version>0.8.5.RELEASE</version>
39+
<groupId>org.springframework.boot</groupId>
40+
<artifactId>spring-boot-starter-data-r2dbc</artifactId>
4741
</dependency>
4842

4943
<!-- MySQL dependencies start -->
5044
<dependency>
5145
<groupId>dev.miku</groupId>
5246
<artifactId>r2dbc-mysql</artifactId>
53-
<version>0.8.2.RELEASE</version>
5447
</dependency>
5548
<dependency>
5649
<groupId>com.google.cloud.sql</groupId>
@@ -63,7 +56,6 @@
6356
<dependency>
6457
<groupId>io.r2dbc</groupId>
6558
<artifactId>r2dbc-postgresql</artifactId>
66-
<version>0.8.6.RELEASE</version>
6759
</dependency>
6860
<dependency>
6961
<groupId>com.google.cloud.sql</groupId>

0 commit comments

Comments
 (0)