Clean up dependencies for London Release 29/133329/2
authorliamfallon <liam.fallon@est.tech>
Fri, 17 Feb 2023 19:17:02 +0000 (19:17 +0000)
committerLiam Fallon <liam.fallon@est.tech>
Fri, 17 Feb 2023 20:27:03 +0000 (20:27 +0000)
Issue-ID: POLICY-4482
Change-Id: I9637ce21ab591710802ed6ca2029d8f1c1a15722
Signed-off-by: liamfallon <liam.fallon@est.tech>
feature-healthcheck/pom.xml
packages/docker/pom.xml
policy-management/pom.xml
pom.xml

index 669f5ba..67442a5 100644 (file)
@@ -84,7 +84,6 @@
             <plugin>
                 <groupId>io.swagger.codegen.v3</groupId>
                 <artifactId>swagger-codegen-maven-plugin</artifactId>
-                <version>3.0.27</version>
                 <executions>
                     <execution>
                         <id>code-gen</id>
index 685143c..4ee8ad6 100644 (file)
@@ -4,7 +4,7 @@
   ================================================================================
   Copyright (C) 2017-2018, 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.
@@ -56,7 +56,6 @@
             <plugin>
                 <groupId>org.codehaus.gmaven</groupId>
                 <artifactId>groovy-maven-plugin</artifactId>
-                <version>2.1.1</version>
                 <executions>
                     <execution>
                         <phase>validate</phase>
index 5cca308..8631e25 100644 (file)
             <plugin>
                 <groupId>io.swagger.codegen.v3</groupId>
                 <artifactId>swagger-codegen-maven-plugin</artifactId>
-                <version>3.0.27</version>
                 <executions>
                     <execution>
                         <id>code-gen</id>
                             <language>jaxrs-spec</language>
                             <generateModels>false</generateModels>
                             <generateSupportingFiles>false</generateSupportingFiles>
-                            <sortParamsByRequiredFlag>false</sortParamsByRequiredFlag>
                             <importMappings>
                                 CoderFilters=org.onap.policy.drools.protocol.coders.EventProtocolCoder.CoderFilters,
                                 CodingResult=org.onap.policy.drools.server.restful.RestManager.CodingResult,
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-collections4</artifactId>
-            <version>4.4</version>
         </dependency>
 
         <!-- if we don't explicitly specify the version here, we seem to end up
             <artifactId>awaitility</artifactId>
             <scope>test</scope>
         </dependency>
-        
+
         <!-- Swagger v3 annotations -->
         <dependency>
             <groupId>io.swagger.core.v3</groupId>
-        <artifactId>swagger-annotations</artifactId>
-        <version>${version.swagger.core.v3}</version>
+            <artifactId>swagger-annotations</artifactId>
         </dependency>
 
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 23cd4fb..59763ed 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   ONAP Policy Engine - Drools PDP
   ================================================================================
   Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
-  Modifications Copyright (C) 2020 Nordix Foundation.
+  Modifications Copyright (C) 2020,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.
                         <artifactId>umlgraph</artifactId>
                         <version>5.6</version>
                     </docletArtifact>
-                    <additionalparam>-views</additionalparam>
                     <useStandardDocletOptions>true</useStandardDocletOptions>
                 </configuration>
             </plugin>