From 3b0c4a83168068213dab39a9ce35bc8e5bff628b Mon Sep 17 00:00:00 2001 From: Nicolas Geraud Date: Fri, 31 Mar 2023 14:33:39 +0200 Subject: [PATCH] No need to add the jdbc plugin anymore AM embed the jdbc plugin so no need to ask users to add it --- .../configuration/installation-guide-repositories-jdbc.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/am/3.x/installation-guide/configuration/installation-guide-repositories-jdbc.adoc b/pages/am/3.x/installation-guide/configuration/installation-guide-repositories-jdbc.adoc index 1a659a3d1..2881db613 100644 --- a/pages/am/3.x/installation-guide/configuration/installation-guide-repositories-jdbc.adoc +++ b/pages/am/3.x/installation-guide/configuration/installation-guide-repositories-jdbc.adoc @@ -20,11 +20,10 @@ You can deploy this repository plugin in AM to use the most common databases, in NOTE: AM uses the JDBC and R2DBC drivers together, since AM uses https://www.liquibase.org/[liquibase^] to manage the database schema. You need to deploy the correct JDBC and R2DBC drivers for your database in your AM instance's `plugins/ext/repository-am-jdbc` directory. |=== -|Database | Version tested | Gravitee.io Plugin | JDBC Driver | R2DBC Driver +|Database | Version tested | JDBC Driver | R2DBC Driver |Postgresql |9.6 -.4+|https://download.gravitee.io/#graviteeio-am/plugins/repositories/gravitee-repository-jdbc/[Download the same version as your AM platform] |https://jdbc.postgresql.org/download.html[Download page] |https://repo1.maven.org/maven2/io/r2dbc/r2dbc-postgresql/0.8.5.RELEASE/r2dbc-postgresql-0.8.5.RELEASE.jar[Download page]