X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fruntimeapi%2Fruntime-web%2Fpom.xml;h=44a1fd457fe4f2a8ba56d66b3df221df1768797c;hb=898cf07d59c3586180b43bc4b1289d5c20d019fd;hp=27cc960d3e3d5c6e5b66a18a49796ec5f15d333f;hpb=5fda209b043e1cc1d1502cc8654bb72643868fb3;p=dcaegen2%2Fplatform.git diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 27cc960..44a1fd4 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -1,14 +1,33 @@ + 4.0.0 org.onap.dcaegen2.platform.mod runtimeapi - 1.0.0 + 1.2.1 runtime-web - 1.0.0 + 1.2.1-SNAPSHOT jar runtime-web MOD Runtime Web Module @@ -16,7 +35,7 @@ org.onap.dcaegen2.platform.mod runtime-core - 1.0.0 + 1.2.1 org.springframework.boot @@ -47,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 + @@ -66,25 +91,54 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + io.fabric8 docker-maven-plugin true - IfNotPresent + ${docker.pull.registry} + ${docker.push.registry} onap/${project.groupId}.${project.artifactId} ${onap.nexus.dockerregistry.daily} - ${project.basedir} - none + 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} + +