X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fruntimeapi%2Fruntime-web%2Fpom.xml;h=01ea8fdde4f043e1ba57d94767583508f2e585a0;hb=069c2f34315c02f2a13275e071d772e7007d003a;hp=8c0ab9d3ce6239d587f56a33438b7f070ad320fa;hpb=8896e39d2b401f06fbc5eee35a12787a8f98848d;p=dcaegen2%2Fplatform.git diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 8c0ab9d..01ea8fd 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.1.1 - - runtime-web - 1.1.1-SNAPSHOT - jar - runtime-web - MOD Runtime Web Module - - - org.onap.dcaegen2.platform.mod - runtime-core - 1.1.1 - - - 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.3.3 + + runtime-web + 1.3.3-SNAPSHOT + jar + -changelog-missing + runtime-web + MOD Runtime Web Module + + + org.onap.dcaegen2.platform.mod + runtime-core + 1.3.3 + + + 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-swagger2 - 2.10.5 - - - io.springfox - springfox-swagger-ui - 2.10.5 - - - 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.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 + + + 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 + + + + + +