summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml14
-rw-r--r--runtime-acm/src/main/resources/application.yaml1
-rw-r--r--runtime-acm/src/test/resources/application-prometheus-noauth.yaml4
-rw-r--r--runtime-acm/src/test/resources/application-test.yaml4
4 files changed, 2 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index 47488fae6..d87671e73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,20 +80,6 @@
<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>
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: