diff --git a/archetypes/archetypes/src/main/archetype/mp/custom/database-outputs.xml b/archetypes/archetypes/src/main/archetype/mp/custom/database-outputs.xml index d4ce58570fc..76fc3a2f0c7 100644 --- a/archetypes/archetypes/src/main/archetype/mp/custom/database-outputs.xml +++ b/archetypes/archetypes/src/main/archetype/mp/custom/database-outputs.xml @@ -364,7 +364,7 @@ For details on an Oracle Docker image, see https://github.com/oracle/docker-imag com.oracle.database.jdbc - ucp11 + ucp17 runtime diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 3878b44a852..71db89ae8ef 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -1410,6 +1410,13 @@ pom import + + + com.oracle.database.jdbc + ojdbc17-production + ${version.lib.ojdbc} + pom + org.glassfish.jersey jersey-bom diff --git a/integrations/cdi/datasource-ucp/pom.xml b/integrations/cdi/datasource-ucp/pom.xml index c06979ef2d8..38f32ae16ad 100644 --- a/integrations/cdi/datasource-ucp/pom.xml +++ b/integrations/cdi/datasource-ucp/pom.xml @@ -47,7 +47,7 @@ com.oracle.database.jdbc - ucp11 + ucp17 compile diff --git a/integrations/db/ojdbc/pom.xml b/integrations/db/ojdbc/pom.xml index 3adf6549cdf..6ca2fc7575b 100644 --- a/integrations/db/ojdbc/pom.xml +++ b/integrations/db/ojdbc/pom.xml @@ -41,12 +41,12 @@ com.oracle.database.jdbc - ojdbc11-production + ojdbc17-production pom com.oracle.database.jdbc - ucp11 + ucp17