From e3fa2a2f600ec885b269d6da3f5e10753a743867 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 15 Aug 2025 10:25:44 +0200 Subject: [PATCH] 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 --- so-cnf-adapter-application/pom.xml | 4 ++-- .../so-cnfm-lcm-bpmn-flows/src/test/resources/application.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.16.6