diff options
author | 2025-03-07 13:52:15 +0000 | |
---|---|---|
committer | 2025-03-10 08:50:25 +0000 | |
commit | 2925d256abc4e53ec07a3b2986f766c100138a75 (patch) | |
tree | 2f590f0a1fea71a8b654e5c956e6a75685900fd2 /models-interactions | |
parent | d1c9516f818ed2cf10987674e626d2de8fb15453 (diff) |
Issue-ID: POLICY-5302
Change-Id: Ie5299339ac562867a5393ee51f65a35f2e48f49e
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'models-interactions')
-rw-r--r-- | models-interactions/model-actors/actor.cds/pom.xml | 12 | ||||
-rw-r--r-- | models-interactions/pom.xml | 15 |
2 files changed, 5 insertions, 22 deletions
diff --git a/models-interactions/model-actors/actor.cds/pom.xml b/models-interactions/model-actors/actor.cds/pom.xml index 0d8ce9364..800ee5239 100644 --- a/models-interactions/model-actors/actor.cds/pom.xml +++ b/models-interactions/model-actors/actor.cds/pom.xml @@ -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========================================================= --> @@ -80,14 +82,6 @@ <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> </dependency> diff --git a/models-interactions/pom.xml b/models-interactions/pom.xml index 6cac33d50..0ef9c83d5 100644 --- a/models-interactions/pom.xml +++ b/models-interactions/pom.xml @@ -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> @@ -60,16 +59,6 @@ </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> |