From 06681f9451fd5d834b9e0b96ca000c8e2078de25 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 21 May 2018 09:41:03 +0300 Subject: update pom to create fat jar since security utils now has depandencys it needs to be packaged with them. Change-Id: I6db356cf3e849f4fb9588b83f1745a5fe06440c4 Issue-ID: SDC-1346 Signed-off-by: Michael Lando --- security-utils/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'security-utils') diff --git a/security-utils/pom.xml b/security-utils/pom.xml index 56a02fe083..58ac504870 100644 --- a/security-utils/pom.xml +++ b/security-utils/pom.xml @@ -36,4 +36,32 @@ + + + + org.apache.maven.plugins + maven-assembly-plugin + + + create.jar.with.dependencies + package + + single + + + + + org.openecomp.sdc.security.Passwords + + + + jar-with-dependencies + + + + + + + + -- cgit 1.2.3-korg