aboutsummaryrefslogtreecommitdiffstats
path: root/applications/common/src/test/resources/test.properties
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2023-09-06 09:54:17 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2023-09-14 11:17:02 +0100
commitb71454295b279a8a35bf1b2245949ba80bc2be90 (patch)
tree2cc205eb0e3f1a2c93512c1e1f31ad7b52289e24 /applications/common/src/test/resources/test.properties
parent430e73f45e65f78f7d85a9c43cfe178886b5bfa6 (diff)
Upgrade Java 17 in xacml-pdpjava-17
Issue-ID: POLICY-4821 Change-Id: Iec12c5e3073639ccf177558143cafc66537c6985 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'applications/common/src/test/resources/test.properties')
-rw-r--r--applications/common/src/test/resources/test.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/common/src/test/resources/test.properties b/applications/common/src/test/resources/test.properties
index f4a0bf8e..77939c35 100644
--- a/applications/common/src/test/resources/test.properties
+++ b/applications/common/src/test/resources/test.properties
@@ -41,7 +41,7 @@ get-operation-outcome.persistenceunit=PipEngineTest
# JPA Properties
#
eclipselink.target-database=Auto
-javax.persistence.jdbc.driver=org.h2.Driver
-javax.persistence.jdbc.url=jdbc:h2:mem:testdb;DATABASE_TO_UPPER=FALSE
-javax.persistence.jdbc.user=policy
-javax.persistence.jdbc.password=P01icY
+jakarta.persistence.jdbc.driver=org.h2.Driver
+jakarta.persistence.jdbc.url=jdbc:h2:mem:testdb;DATABASE_TO_UPPER=FALSE
+jakarta.persistence.jdbc.user=policy
+jakarta.persistence.jdbc.password=P01icY