From 33751b41710ad0b31ee3b4aa8346591d5ecb36ad Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 21 Feb 2024 10:45:05 +0000 Subject: Fixing config files to remove deprecated hibernate configurations IssueID: POLICY-4929 Change-Id: I75d2f5bcdfb0aa6d103f0c82720494bd39343347 Signed-off-by: adheli.tavares --- runtime-acm/src/main/resources/application.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime-acm/src/main') diff --git a/runtime-acm/src/main/resources/application.yaml b/runtime-acm/src/main/resources/application.yaml index 2201bcbdb..d93418e5e 100644 --- a/runtime-acm/src/main/resources/application.yaml +++ b/runtime-acm/src/main/resources/application.yaml @@ -26,7 +26,6 @@ spring: implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy properties: hibernate: - dialect: org.hibernate.dialect.MariaDB103Dialect format_sql: true metrics: -- cgit 1.2.3-korg