Skip to content

Commit fc0ec73

Browse files
authored
Fix PostgreSQL dependency coordinates in reference documentation.
Fixed the group ID in the docs to align with the new artifact coordinates. Signed-off-by: Reynald Pader <[email protected]> Closes #2163
1 parent d194b7d commit fc0ec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Spring Data R2DBC includes direct support for the following databases:
1919
* https://github.com/r2dbc/r2dbc-mssql[Microsoft SQL Server] (`io.r2dbc:r2dbc-mssql`)
2020
* https://github.com/asyncer-io/r2dbc-mysql[MySQL] (`io.asyncer:r2dbc-mysql`)
2121
* https://github.com/jasync-sql/jasync-sql[jasync-sql MySQL] (`com.github.jasync-sql:jasync-r2dbc-mysql`)
22-
* https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`io.r2dbc:r2dbc-postgresql`)
22+
* https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`org.postgresql:r2dbc-postgresql`)
2323
* https://github.com/oracle/oracle-r2dbc[Oracle] (`com.oracle.database.r2dbc:oracle-r2dbc`)
2424

2525
If you use a different database then your application won’t start up.

0 commit comments

Comments
 (0)