Clean up dependencies for London Release 30/133330/3
authorliamfallon <liam.fallon@est.tech>
Fri, 17 Feb 2023 19:17:27 +0000 (19:17 +0000)
committerLiam Fallon <liam.fallon@est.tech>
Fri, 17 Feb 2023 20:25:53 +0000 (20:25 +0000)
Issue-ID: POLICY-4482
Change-Id: Iaa23f99508a0f17e62fb0a8d7028c4a58254338f
Signed-off-by: liamfallon <liam.fallon@est.tech>
controlloop/common/controller-usecases/pom.xml
controlloop/common/feature-controlloop-management/pom.xml
controlloop/common/feature-controlloop-trans/pom.xml
controlloop/common/rules-test/pom.xml
controlloop/packages/docker-controlloop/pom.xml
pom.xml

index 29334f6..fc00a50 100644 (file)
@@ -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.
                         <plugin>
                             <groupId>org.eclipse.m2e</groupId>
                             <artifactId>lifecycle-mapping</artifactId>
-                            <version>1.0.0</version>
                             <configuration>
                                 <lifecycleMappingMetadata>
                                     <pluginExecutions>
index 9d7d22e..e06f212 100644 (file)
@@ -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>
index 6346ec1..b52f1f9 100644 (file)
@@ -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>
index fbf7f93..5252993 100644 (file)
     <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>
index 304ccbc..acd2b92 100644 (file)
@@ -4,7 +4,7 @@
   ================================================================================
   Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2019-2020 Bell Canada.
-  Modifications Copyright (C) 2022 Nordix Foundation.
+  Modifications Copyright (C) 2022-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.
@@ -52,7 +52,6 @@
             <plugin>
                 <groupId>org.codehaus.gmaven</groupId>
                 <artifactId>groovy-maven-plugin</artifactId>
-                <version>2.1.1</version>
                 <executions>
                     <execution>
                         <phase>validate</phase>
diff --git a/pom.xml b/pom.xml
index b674d5a..f4f2811 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <artifactId>awaitility</artifactId>
             <scope>test</scope>
         </dependency>
+
         <!-- Swagger v3 annotations -->
         <dependency>
             <groupId>io.swagger.core.v3</groupId>
-        <artifactId>swagger-annotations</artifactId>
-        <version>2.2.7</version>
+            <artifactId>swagger-annotations</artifactId>
         </dependency>
     </dependencies>
-
 </project>