aboutsummaryrefslogtreecommitdiffstats
path: root/utils/pom.xml
diff options
context:
space:
mode:
authorChou, Joseph <jc2555@att.com>2019-03-07 11:49:23 -0500
committerChou, Joseph <jc2555@att.com>2019-03-12 09:57:32 -0400
commitd574a2fc71ad43f8bc025ea9cc23ca718bc66570 (patch)
treefff476156f8bcdffa96fdd6b342d21ef0e7b539d /utils/pom.xml
parent23a3dc4ece2f1533fe1d6b627b5db05e7754a70c (diff)
ONAP password encryption tool
Migrate ECOMP Policy password encryption tool to ONAP Issue-ID: POLICY-1561 Change-Id: I9020efb7698b95c36c4ebff842a318bf8beefc69 Signed-off-by: Joseph Chou <jc2555@att.com>
Diffstat (limited to 'utils/pom.xml')
-rw-r--r--utils/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index 3263b7b9..3faf9121 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -41,6 +41,10 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>