Uplift aai and cds (in parent) dependencies. 00/140400/2
authoradheli.tavares <adheli.tavares@est.tech>
Fri, 7 Mar 2025 13:52:15 +0000 (13:52 +0000)
committeradheli.tavares <adheli.tavares@est.tech>
Mon, 10 Mar 2025 08:50:25 +0000 (08:50 +0000)
Issue-ID: POLICY-5302
Change-Id: Ie5299339ac562867a5393ee51f65a35f2e48f49e
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
models-interactions/model-actors/actor.cds/pom.xml
models-interactions/pom.xml

index 0d8ce93..800ee52 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   Copyright (C) 2019 Bell Canada. All rights reserved.
   Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
-  Modifications Copyright (C) 2023-2024 Nordix Foundation.
+  Modifications Copyright (C) 2023-2025 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -15,6 +15,8 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
+
+  SPDX-License-Identifier: Apache-2.0
   ============LICENSE_END=========================================================
   -->
 
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.protobuf</groupId>
-            <artifactId>protobuf-java</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.google.protobuf</groupId>
-            <artifactId>protobuf-java-util</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
index 6cac33d..0ef9c83 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2019, 2024 Nordix Foundation.
+   Copyright (C) 2019, 2024-2025 Nordix Foundation.
    Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,8 +33,7 @@
 
     <properties>
         <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
-        <aai.version>1.12.5</aai.version>
-        <protobuf-java.version>3.10.0</protobuf-java.version>
+        <aai.version>1.12.8</aai.version>
     </properties>
 
     <modules>
                     </exclusion>
                 </exclusions>
             </dependency>
-            <dependency>
-                <groupId>com.google.protobuf</groupId>
-                <artifactId>protobuf-java</artifactId>
-                <version>${protobuf-java.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.protobuf</groupId>
-                <artifactId>protobuf-java-util</artifactId>
-                <version>${protobuf-java.version}</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>