From db35aca876836e2f1dd98234818a696b276b99f8 Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Thu, 21 Nov 2024 11:16:09 -0800 Subject: [PATCH] Changes dependencies on various Oracle JDBC artifacts from their compiled-with-Java-11 variants to their compiled-with-Java-17 variants Signed-off-by: Laird Nelson --- .../src/main/archetype/mp/custom/database-outputs.xml | 2 +- dependencies/pom.xml | 7 +++++++ integrations/cdi/datasource-ucp/pom.xml | 2 +- integrations/db/ojdbc/pom.xml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) 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