X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fruntimeapi%2Fruntime-web%2Fpom.xml;h=44a1fd457fe4f2a8ba56d66b3df221df1768797c;hb=898cf07d59c3586180b43bc4b1289d5c20d019fd;hp=8d77a7bc03afb2eca6d308380e102c452650afe0;hpb=cc9d389bf197c1a365e669b407ea781f2bc87fd4;p=dcaegen2%2Fplatform.git diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 8d77a7b..44a1fd4 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -1,29 +1,41 @@ + 4.0.0 - jar - - org.springframework.boot - spring-boot-starter-parent - 2.1.7.RELEASE - + + org.onap.dcaegen2.platform.mod + runtimeapi + 1.2.1 - org.onap.dcae runtime-web - 1.0.0 + 1.2.1-SNAPSHOT + jar runtime-web MOD Runtime Web Module - - - 1.8 - - org.onap.dcaegen2.platform.mod runtime-core - 1.0.0 + 1.2.1 org.springframework.boot @@ -54,18 +66,24 @@ io.springfox springfox-swagger2 - 2.9.2 + 2.10.5 io.springfox springfox-swagger-ui - 2.9.2 - - + 2.10.5 + + org.json json 20190722 - + + + org.apache.httpcomponents + httpclient + 4.5.8 + test + @@ -73,6 +91,66 @@ 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 + + +