aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-17 19:17:02 +0000
committerLiam Fallon <liam.fallon@est.tech>2023-02-17 20:27:03 +0000
commit3e44f6d1e7160745cabc600abf8fcd41f6c24d9a (patch)
tree18f7c8452043341bb7666c355e5ee0001f12ab10
parentafaa864981e4ca301b434dbffc46afe22948c1ee (diff)
Clean up dependencies for London Release
Issue-ID: POLICY-4482 Change-Id: I9637ce21ab591710802ed6ca2029d8f1c1a15722 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--feature-healthcheck/pom.xml1
-rw-r--r--packages/docker/pom.xml3
-rw-r--r--policy-management/pom.xml8
-rw-r--r--pom.xml3
4 files changed, 4 insertions, 11 deletions
diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml
index 669f5ba2..67442a5c 100644
--- a/feature-healthcheck/pom.xml
+++ b/feature-healthcheck/pom.xml
@@ -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>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index 685143c0..4ee8ad66 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -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>
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 5cca3085..8631e25d 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -147,7 +147,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>
@@ -162,7 +161,6 @@
<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,
@@ -268,7 +266,6 @@
<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
@@ -361,12 +358,11 @@
<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 23cd4fbb..59763eda 100644
--- 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.
@@ -150,7 +150,6 @@
<artifactId>umlgraph</artifactId>
<version>5.6</version>
</docletArtifact>
- <additionalparam>-views</additionalparam>
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</plugin>