From: Fiete Ostkamp Date: Fri, 15 Aug 2025 08:25:44 +0000 (+0200) Subject: Update aai-client X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F141837%2F3;p=so%2Fadapters%2Fso-cnf-adapter.git Update aai-client - update aai-client (1.12.1-SNAPSHOT -> 1.15.6-SNAPSHOT) - update aai-schema (1.9.2 -> 1.12.10) Issue-ID: SO-4227 Change-Id: Ifdd1327b7e358b8105618e2187d66104e8ab5ace Signed-off-by: Fiete Ostkamp --- diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml index 55d8c42..7d3ea99 100755 --- a/so-cnf-adapter-application/pom.xml +++ b/so-cnf-adapter-application/pom.xml @@ -112,7 +112,7 @@ org.onap.aai.schema-service aai-schema - 1.9.2 + 1.12.10 org.springframework.cloud @@ -193,7 +193,7 @@ org.onap.so aai-client - 1.12.1-SNAPSHOT + ${so-core-version} com.sun.xml.ws diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/src/test/resources/application.yaml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/src/test/resources/application.yaml index 72bc80f..aa94b9e 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/src/test/resources/application.yaml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/src/test/resources/application.yaml @@ -30,6 +30,8 @@ spring: generate-ddl: true hibernate: ddl-auto: create + sleuth: + enabled: false hibernate: dialect: org.hibernate.dialect.H2Dialect hbm2ddl: @@ -49,4 +51,4 @@ cnfm: kubernetes: client: http-request: - timeoutSeconds: 1 \ No newline at end of file + timeoutSeconds: 1