Update aai-schema dependency 89/141589/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 26 Jul 2025 11:22:20 +0000 (13:22 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 26 Jul 2025 12:00:14 +0000 (14:00 +0200)
- 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 <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index baac654..ce9cecd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
     <grpc.version>1.25.0</grpc.version>
     <logback.version>1.2.11</logback.version>
     <kafka-clients.version>3.3.2</kafka-clients.version>
+    <aai-schema.version>1.12.6</aai-schema.version>
   </properties>
   <distributionManagement>
     <repository>
       <dependency>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>aai-schema</artifactId>
-        <version>1.9.2</version>
+        <version>${aai-schema.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>