aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-17 19:17:27 +0000
committerLiam Fallon <liam.fallon@est.tech>2023-02-17 20:25:53 +0000
commit2b51249582274652201fa52fd3934a396ee8708d (patch)
treec60114506045e9999f3dd1a3d985a463fba68d51 /controlloop/common
parent8880241bad9a12d8d4da434c5e35c8164eab0106 (diff)
Clean up dependencies for London Release
Issue-ID: POLICY-4482 Change-Id: Iaa23f99508a0f17e62fb0a8d7028c4a58254338f Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'controlloop/common')
-rw-r--r--controlloop/common/controller-usecases/pom.xml2
-rw-r--r--controlloop/common/feature-controlloop-management/pom.xml3
-rw-r--r--controlloop/common/feature-controlloop-trans/pom.xml3
-rw-r--r--controlloop/common/rules-test/pom.xml4
4 files changed, 3 insertions, 9 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml
index 29334f6da..fc00a5088 100644
--- a/controlloop/common/controller-usecases/pom.xml
+++ b/controlloop/common/controller-usecases/pom.xml
@@ -4,6 +4,7 @@
ONAP
================================================================================
Copyright (C) 2020-2022 AT&T Intellectual Property. All rights reserved.
+ Modifications Copyright (C) 2023 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -212,7 +213,6 @@
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
diff --git a/controlloop/common/feature-controlloop-management/pom.xml b/controlloop/common/feature-controlloop-management/pom.xml
index 9d7d22e3f..e06f21231 100644
--- a/controlloop/common/feature-controlloop-management/pom.xml
+++ b/controlloop/common/feature-controlloop-management/pom.xml
@@ -3,7 +3,7 @@
ONAP
================================================================================
Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2019 Nordix Foundation.
+ Modifications Copyright (C) 2019,2023 Nordix Foundation.
Modifications Copyright (C) 2020 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -95,7 +95,6 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.36</version>
<executions>
<execution>
<id>code-gen</id>
diff --git a/controlloop/common/feature-controlloop-trans/pom.xml b/controlloop/common/feature-controlloop-trans/pom.xml
index 6346ec197..b52f1f90f 100644
--- a/controlloop/common/feature-controlloop-trans/pom.xml
+++ b/controlloop/common/feature-controlloop-trans/pom.xml
@@ -3,7 +3,7 @@
ONAP
================================================================================
Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2019 Nordix Foundation.
+ Modifications Copyright (C) 2019,2023 Nordix Foundation.
Modifications Copyright (C) 2020 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -84,7 +84,6 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.36</version>
<executions>
<execution>
<id>code-gen</id>
diff --git a/controlloop/common/rules-test/pom.xml b/controlloop/common/rules-test/pom.xml
index fbf7f93d8..5252993e9 100644
--- a/controlloop/common/rules-test/pom.xml
+++ b/controlloop/common/rules-test/pom.xml
@@ -33,10 +33,6 @@
<description>Common Utilities to facilitate testing via JUnit</description>
<packaging>jar</packaging>
- <properties>
- <powermock.version>2.0.4</powermock.version>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>