diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-12 14:33:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-12 14:33:23 +0000 |
commit | 5bee2c177fb15cad0ed3f78d5df999dac62da6a7 (patch) | |
tree | 04f2ec274a86f99d9f89df410d4c2ae86796f565 /utils/pom.xml | |
parent | 5f3a884d55e0e7e74df813f2b278bf12a31acbbb (diff) | |
parent | d574a2fc71ad43f8bc025ea9cc23ca718bc66570 (diff) |
Merge "ONAP password encryption tool"
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 84fe4626..f75a60b8 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -46,6 +46,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> |