From: Singal, Kapil (ks220y) Date: Thu, 17 Jun 2021 20:06:17 +0000 (-0400) Subject: Minor Refactoring of sliboot pom X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d25a6bcd8967ae6f7ee13f0ecc975355ca4dec2c;p=ccsdk%2Fapps.git Minor Refactoring of sliboot pom Updating docker-maven-plugin to 0.34.0 and removing docker image build goal (it was there twice) Issue-ID: CCSDK-3343 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I26401befaf235ddfe694c6206cbd547cbc56cc03 (cherry picked from commit 108a13c20757f4a437aea22880f019e6e6043841) --- diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index afbc5c14..46e2c4f9 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -39,16 +39,16 @@ io.swagger swagger-annotations - - org.springframework.boot - spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-web org.springframework.boot spring-boot-starter-logging - + org.springframework.boot spring-boot-starter-log4j2 @@ -447,7 +447,7 @@ io.fabric8 docker-maven-plugin - 0.28.0 + 0.34.0 false @@ -455,7 +455,8 @@ ${image.name} try - ${basedir}/target/docker-stage + true + ${basedir}/target/docker-stage Dockerfile ${project.docker.latestminortag.version} @@ -547,9 +548,7 @@ push-images - ${docker.push.phase} - build push