aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorZlatko Murgoski <zlatko.murgoski@nokia.com>2018-12-13 14:08:41 +0100
committerZlatko Murgoski <zlatko.murgoski@nokia.com>2018-12-14 16:47:02 +0100
commit039595ca28f6dee552bab00bd1df167c0ea97ae3 (patch)
treee671b6ea6928ef39bc16026ee6ba32bdefe97a6d /pom.xml
parent142a1d4d8177e86eac9e1e534708c6e8cc9d4c22 (diff)
Remove clear text password
Add common library to hash Issue-ID: DCAEGEN2-978 Change-Id: Ieb20f6a28aea3b9e8322df7b65b6441e12d4627a Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index eeaa6b9d..d1132c7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,6 +462,11 @@ limitations under the License.
<version>2.1.0.RELEASE</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId>
+ <artifactId>crypt-password</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<repositories>
<repository>