X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fruntimeapi%2Fruntime-web%2Fpom.xml;h=44a1fd457fe4f2a8ba56d66b3df221df1768797c;hb=898cf07d59c3586180b43bc4b1289d5c20d019fd;hp=413ff9f75a03c109aa70efbf054061e380d97506;hpb=7ca9a6e800a3512434fefffba1fc502e6fb5ac62;p=dcaegen2%2Fplatform.git diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 413ff9f..44a1fd4 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -3,6 +3,8 @@ ============LICENSE_START======================================================= Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ +Modifications Copyright (c) 2020 Nokia +================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -22,10 +24,10 @@ limitations under the License. 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 @@ -33,7 +35,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtime-core - 1.0.0 + 1.2.1 org.springframework.boot @@ -64,12 +66,12 @@ limitations under the License. io.springfox springfox-swagger2 - 2.9.2 + 2.10.5 io.springfox springfox-swagger-ui - 2.9.2 + 2.10.5 org.json @@ -109,7 +111,7 @@ limitations under the License. onap/${project.groupId}.${project.artifactId} ${onap.nexus.dockerregistry.daily} - openjdk:8-jre-alpine + openjdk:11-jre-slim latest ${project.version} @@ -118,6 +120,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 + /maven /tmp @@ -125,6 +130,7 @@ limitations under the License. 9090 + dcaemod java