From 8361cb0e3663a610a46bc5ea8a0cc783ade26f89 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 21 Feb 2024 15:29:36 +0000 Subject: Fix config files removing hibernate deprecated properties and changing robot deprecated commands in test files Issue-ID: POLICY-4929 Change-Id: I09147335700fdd2c27557b533ca4fb88967672a4 Signed-off-by: adheli.tavares --- compose/config/pap/papParametersPostgres.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'compose/config/pap/papParametersPostgres.yaml') diff --git a/compose/config/pap/papParametersPostgres.yaml b/compose/config/pap/papParametersPostgres.yaml index 15e77f14..30ef7751 100644 --- a/compose/config/pap/papParametersPostgres.yaml +++ b/compose/config/pap/papParametersPostgres.yaml @@ -12,9 +12,6 @@ spring: username: policy_user password: policy_user jpa: - properties: - hibernate: - dialect: org.hibernate.dialect.PostgreSQLDialect hibernate: ddl-auto: none naming: -- cgit 1.2.3-korg