aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2023-04-20 18:15:54 +0100
committerToineSiebelink <toine.siebelink@est.tech>2023-04-20 18:33:06 +0100
commitb3c3d36266493a93cb40a5d76de9fc5b80fec789 (patch)
tree25f4af83c7e19219aebe098784475e6883dfa07a /cps-application/pom.xml
parent13237bbca932741b8ff3061bc79a9c45d38d80d5 (diff)
Align dependencies with DMI-Plugin
- Use bom for testcontainer versions - Remove 'version' jib-maven-plugin.version (i.e. use latest or defined by oparent?) - remove 'version from swagger-codegen-maven-plugin (i.e. use latest or defined by oparent?) Issue-ID: CPS-1627 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ic76302ae39e9ed723af3d6d496046daa9eccbd42
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-xcps-application/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index 5d3fbf873..7cfbf4edd 100755
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -36,7 +36,6 @@
<properties>
<app>org.onap.cps.Application</app>
- <jib-maven-plugin.version>2.8.0</jib-maven-plugin.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<minimum-coverage>0.82</minimum-coverage>
<base.image>${docker.pull.registry}/onap/integration-java11:8.0.0</base.image>
@@ -127,7 +126,6 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
- <version>${jib-maven-plugin.version}</version>
<configuration>
<container>
<mainClass>${app}</mainClass>