X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fruntimeapi%2Fruntime-web%2Fpom.xml;h=cd5acb053045cba5373510c4e80943e913ec833e;hb=5fc1aa06243a0f01a73663211382f8e98131b532;hp=8d77a7bc03afb2eca6d308380e102c452650afe0;hpb=a1f590d75dc29759d2abaa14915c70838abdc9c2;p=dcaegen2%2Fplatform.git diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 8d77a7b..cd5acb0 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.3.1 - org.onap.dcae runtime-web - 1.0.0 + 1.3.1-SNAPSHOT + jar runtime-web MOD Runtime Web Module - - - 1.8 - - org.onap.dcaegen2.platform.mod runtime-core - 1.0.0 + 1.3.1 org.springframework.boot @@ -53,19 +65,20 @@ io.springfox - springfox-swagger2 - 2.9.2 + springfox-boot-starter + 3.0.0 io.springfox springfox-swagger-ui - 2.9.2 - - - org.json - json - 20190722 - + 3.0.0 + + + org.apache.httpcomponents + httpclient + 4.5.8 + test + @@ -73,6 +86,68 @@ 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 + + + apt-get update && apt-get install -y wget + wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz && tar xvf helm-v3.5.4-linux-amd64.tar.gz && mv linux-amd64/helm /usr/local/bin/ + 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 + + +