aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-07-20 21:32:45 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-07-20 21:32:51 +0000
commitc51ff9c24f0a71c7341cff15239450c9065e8263 (patch)
tree02b660d2ffcc6d310cdc27c7e8d90aab40db22f6
parente285a32501bf460fe051d9b5717b9fdb737ad609 (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
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 61dddb9b..a97b4124 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>