Update aai-client 37/141837/3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 15 Aug 2025 08:25:44 +0000 (10:25 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 15 Aug 2025 08:57:28 +0000 (10:57 +0200)
- 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 <Fiete.Ostkamp@telekom.de>
so-cnf-adapter-application/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/src/test/resources/application.yaml

index 55d8c42..7d3ea99 100755 (executable)
       <dependency>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>aai-schema</artifactId>
-        <version>1.9.2</version>
+        <version>1.12.10</version>
       </dependency>
       <dependency>
         <groupId>org.springframework.cloud</groupId>
     <dependency>
       <groupId>org.onap.so</groupId>
       <artifactId>aai-client</artifactId>
-      <version>1.12.1-SNAPSHOT</version>
+      <version>${so-core-version}</version>
     </dependency>
     <dependency>
       <groupId>com.sun.xml.ws</groupId>
index 72bc80f..aa94b9e 100644 (file)
@@ -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