From: adheli.tavares Date: Wed, 21 Feb 2024 10:45:05 +0000 (+0000) Subject: Fixing config files to remove deprecated hibernate configurations X-Git-Tag: 7.1.2~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F137331%2F1;p=policy%2Fclamp.git Fixing config files to remove deprecated hibernate configurations IssueID: POLICY-4929 Change-Id: I75d2f5bcdfb0aa6d103f0c82720494bd39343347 Signed-off-by: adheli.tavares --- diff --git a/pom.xml b/pom.xml index 47488fae6..d87671e73 100644 --- a/pom.xml +++ b/pom.xml @@ -80,20 +80,6 @@ org.onap.policy.common policy-endpoints ${policy.common.version} - - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - - - com.att.nsa - cambriaClient - - - org.onap.aaf.authz - aaf-cadi-aaf - - org.onap.policy.common 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: diff --git a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml index e961df075..1c71252f3 100644 --- a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml +++ b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml @@ -8,9 +8,7 @@ spring: jpa: hibernate: ddl-auto: create - properties: - hibernate: - dialect: org.hibernate.dialect.HSQLDialect + open-in-view: false metrics: security: diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml index bc79a4815..13b1f788a 100644 --- a/runtime-acm/src/test/resources/application-test.yaml +++ b/runtime-acm/src/test/resources/application-test.yaml @@ -8,9 +8,7 @@ spring: jpa: hibernate: ddl-auto: create - properties: - hibernate: - dialect: org.hibernate.dialect.HSQLDialect + open-in-view: false metrics: security: