diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-07-20 21:32:45 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-07-20 21:32:51 +0000 |
commit | c51ff9c24f0a71c7341cff15239450c9065e8263 (patch) | |
tree | 02b660d2ffcc6d310cdc27c7e8d90aab40db22f6 /pom.xml | |
parent | e285a32501bf460fe051d9b5717b9fdb737ad609 (diff) |
Fix snapshot dependency and non-root user
Change-Id: I13064a90f6fc3cb11ed9870a813b33dea473d1b9
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1560
Issue-ID: DCAEGEN2-1690
Issue-ID: DCAEGEN2-1578
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -149,6 +149,11 @@ <imageTag>latest</imageTag>
</imageTags>
<baseImage>openjdk:8-jre-slim</baseImage>
+ <user>vescollector</user>
+ <runs>
+ <run>addgroup -S vescollector</run>
+ <run>adduser -S -G vescollector vescollector</run>
+ </runs>
<env>
<HOSTALIASES>/etc/host.aliases</HOSTALIASES>
</env>
@@ -415,7 +420,7 @@ <dependency>
<groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId>
<artifactId>crypt-password</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.6</version>
</dependency>
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.standardization</groupId>
|