From 3a99d5dff7a61f21841f261ef3e4f78c02891f5e Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sat, 26 Jul 2025 13:22:20 +0200 Subject: [PATCH] Update aai-schema dependency - update aai-schema (1.9.2 -> 1.12.6) - versions after that have changes to the SliceProfile which requires further adjustments Issue-ID: SO-4210 Change-Id: I0d70612e86db6d78e72a248bdcfbc8b149a090a6 Signed-off-by: Fiete Ostkamp --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index baac65402d..ce9cecda55 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,7 @@ 1.25.0 1.2.11 3.3.2 + 1.12.6 @@ -1004,7 +1005,7 @@ org.onap.aai.schema-service aai-schema - 1.9.2 + ${aai-schema.version} org.apache.cxf -- 2.16.6