From 1512b7d052f8eb52db27c869a1ebc0942084cc82 Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Wed, 15 Dec 2021 17:03:19 +0000 Subject: [PATCH] Add the quarkus-jdbc-postgresql dependency to jpa-oracle integration tests to test for #19055 --- integration-tests/jpa-oracle/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/integration-tests/jpa-oracle/pom.xml b/integration-tests/jpa-oracle/pom.xml index 5c12a86ede718..deeecc70fea28 100644 --- a/integration-tests/jpa-oracle/pom.xml +++ b/integration-tests/jpa-oracle/pom.xml @@ -30,6 +30,14 @@ io.quarkus quarkus-jdbc-oracle + + + io.quarkus + quarkus-jdbc-postgresql + + io.quarkus @@ -80,6 +88,19 @@ + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + io.quarkus quarkus-undertow-deployment