X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fruntimeapi%2Fruntime-web%2Fpom.xml;h=b47c0d013d566f94153b7c06ea66460742597e24;hb=2fe7134ac2bb2f4c10a6acf0164a4653393a5612;hp=8b70ea441588440f9c05b69b0d76c29d71afe9fb;hpb=0d1b8727a44b0add010b79e495b799e538057d20;p=dcaegen2%2Fplatform.git diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 8b70ea4..b47c0d0 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -1,9 +1,8 @@ - 4.0.0 - - org.onap.dcaegen2.platform.mod - runtimeapi - 1.2.3 - - runtime-web - 1.2.3-SNAPSHOT - jar - runtime-web - MOD Runtime Web Module - - - org.onap.dcaegen2.platform.mod - runtime-core - 1.2.3 - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-web - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.dcaegen2.platform.mod + runtimeapi + 1.2.4 + + runtime-web + 1.2.4-SNAPSHOT + jar + runtime-web + MOD Runtime Web Module + + + org.onap.dcaegen2.platform.mod + runtime-core + 1.2.4 + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-starter-test - test - - - - com.google.guava - guava - 28.0-jre - - - io.springfox - springfox-boot-starter - 3.0.0 - - - io.springfox - springfox-swagger-ui - 3.0.0 - - - org.json - json - 20190722 - - - org.apache.httpcomponents - httpclient - 4.5.8 - test - - + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.google.guava + guava + 28.0-jre + + + io.springfox + springfox-boot-starter + 3.0.0 + + + io.springfox + springfox-swagger-ui + 3.0.0 + + + org.json + json + 20190722 + + + org.apache.httpcomponents + httpclient + 4.5.8 + test + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - - io.fabric8 - docker-maven-plugin - - true - ${docker.pull.registry} - ${docker.push.registry} - - - onap/${project.groupId}.${project.artifactId} - ${onap.nexus.dockerregistry.daily} - - openjdk:11-jre-slim - - latest - ${project.version} - ${project.version}-${maven.build.timestamp}Z - - - artifact - - - groupadd -r dcaemod && useradd -ms /bin/bash dcaemod -g dcaemod && mkdir -p /maven/data && chown -R dcaemod:dcaemod /maven/data - - /maven - - /tmp - - - 9090 - - dcaemod - - - java - -Djava.security.egd=file:/dev/./urandom - -jar - ${project.artifactId}-${project.version}.${project.packaging} - - - - - - - - - - build - push - - - - - - + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.2 + + + + repackage + + + + + + io.fabric8 + docker-maven-plugin + + true + ${docker.pull.registry} + ${docker.push.registry} + + + onap/${project.groupId}.${project.artifactId} + ${onap.nexus.dockerregistry.daily} + + openjdk:11-jre-slim + + latest + ${project.version} + ${project.version}-${maven.build.timestamp}Z + + + artifact + + + groupadd -r dcaemod && useradd -ms /bin/bash dcaemod -g dcaemod && mkdir -p /maven/data && chown -R dcaemod:dcaemod /maven/data + + /maven + + /tmp + + + 9090 + + dcaemod + + + java + -Djava.security.egd=file:/dev/./urandom + -jar + ${project.artifactId}-${project.version}.${project.packaging} + + + + + + + + + + build + push + + + + + +