From 0ace1a35f65fe1b621b1a56361bc0de2aa135329 Mon Sep 17 00:00:00 2001 From: Pawel Date: Tue, 3 Mar 2020 12:39:44 +0100 Subject: Crete jar without dependencies Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel Change-Id: Ib850353e3cde022922a7a2b22f90d4327c7e2b7d --- security/crypt-password/pom.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'security/crypt-password') diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml index e6d82e79..3c04a80b 100644 --- a/security/crypt-password/pom.xml +++ b/security/crypt-password/pom.xml @@ -6,7 +6,7 @@ org.onap.dcaegen2.services.sdk.security dcaegen2-services-sdk-security - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT 4.0.0 @@ -15,6 +15,10 @@ Security :: Crypt Password DMaaP Security Module + + 3.2.0 + 3.2.1 + jar @@ -47,7 +51,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + ${maven-shade-plugin.version} package @@ -65,6 +69,20 @@ + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + only-library + jar + + slim + + + + -- cgit 1.2.3-korg