aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-17 19:14:42 +0000
committerLiam Fallon <liam.fallon@est.tech>2023-02-17 20:22:05 +0000
commitaa87a5c942dd5917b317e9fc3c93c0acfba391e4 (patch)
treee845d7293f0783181294c284d64cd7512e61d27b
parent622bae2bfbd5128670159ecbe8fcd9e92cceaaab (diff)
Clean up dependencies for London Release
Issue-ID: POLICY-4482 Change-Id: Iab954284a842d6065b05138efa501dd9dc7dff63 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--main/pom.xml1
-rw-r--r--packages/policy-pap-docker/pom.xml6
2 files changed, 1 insertions, 6 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 1250cdce..6baefc9a 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -154,7 +154,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/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml
index c949487c..eb74a4d8 100644
--- a/packages/policy-pap-docker/pom.xml
+++ b/packages/policy-pap-docker/pom.xml
@@ -1,6 +1,6 @@
<!--
============LICENSE_START=======================================================
- Copyright (C) 2019-2022 Nordix Foundation.
+ Copyright (C) 2019-2023 Nordix Foundation.
Modifications Copyright (C) 2020-2021 Bell Canada.
Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
================================================================================
@@ -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>
@@ -144,9 +143,6 @@
<goal>build</goal>
<goal>push</goal>
</goals>
- <configuration>
- <image>onap/policy-pap</image>
- </configuration>
</execution>
</executions>
</plugin>