Fixing config files to remove deprecated hibernate configurations 31/137331/1
authoradheli.tavares <adheli.tavares@est.tech>
Wed, 21 Feb 2024 10:45:05 +0000 (10:45 +0000)
committeradheli.tavares <adheli.tavares@est.tech>
Wed, 21 Feb 2024 10:45:37 +0000 (10:45 +0000)
IssueID: POLICY-4929
Change-Id: I75d2f5bcdfb0aa6d103f0c82720494bd39343347
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
pom.xml
runtime-acm/src/main/resources/application.yaml
runtime-acm/src/test/resources/application-prometheus-noauth.yaml
runtime-acm/src/test/resources/application-test.yaml

diff --git a/pom.xml b/pom.xml
index 47488fa..d87671e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>org.onap.policy.common</groupId>
             <artifactId>policy-endpoints</artifactId>
             <version>${policy.common.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
-                    <artifactId>dmaapClient</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.att.nsa</groupId>
-                    <artifactId>cambriaClient</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.onap.aaf.authz</groupId>
-                    <artifactId>aaf-cadi-aaf</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.common</groupId>
index 2201bcb..d93418e 100644 (file)
@@ -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:
index e961df0..1c71252 100644 (file)
@@ -8,9 +8,7 @@ spring:
   jpa:
     hibernate:
       ddl-auto: create
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.HSQLDialect
+    open-in-view: false
 
 metrics:
   security:
index bc79a48..13b1f78 100644 (file)
@@ -8,9 +8,7 @@ spring:
   jpa:
     hibernate:
       ddl-auto: create
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.HSQLDialect
+    open-in-view: false
 
 metrics:
   security: