X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fruntimeapi%2Fruntime-web%2Fpom.xml;h=cd5acb053045cba5373510c4e80943e913ec833e;hb=5fc1aa06243a0f01a73663211382f8e98131b532;hp=f33cee1c6d51293bf9854cbf18334772597ca1cb;hpb=2765dff7fe30b714ff834ca4e17374de4322b32e;p=dcaegen2%2Fplatform.git diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index f33cee1..cd5acb0 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -24,10 +24,10 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.2.2 + 1.3.1 runtime-web - 1.2.2-SNAPSHOT + 1.3.1-SNAPSHOT jar runtime-web MOD Runtime Web Module @@ -35,7 +35,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtime-core - 1.2.2 + 1.3.1 org.springframework.boot @@ -73,11 +73,6 @@ limitations under the License. springfox-swagger-ui 3.0.0 - - org.json - json - 20190722 - org.apache.httpcomponents httpclient @@ -121,7 +116,9 @@ limitations under the License. artifact - groupadd -r dcaemod && useradd -ms /bin/bash dcaemod -g dcaemod && mkdir -p /maven/data && chown -R dcaemod:dcaemod /maven/data + 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