diff options
author | Ram Koya <rk541m@att.com> | 2018-09-11 16:10:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-11 16:10:38 +0000 |
commit | fbbee97870e579bc91556d72ab1d3a96f2a9db94 (patch) | |
tree | 3f49ed58243092cbb148472a0d6f2dbefaff75c0 /datarouter-subscriber/pom.xml | |
parent | 90d9273e98248b1de99542b990cb6abc5e621d5b (diff) | |
parent | 555b7fcb55849eaf88dcb92a4872126ffc19df41 (diff) |
Merge "Updates to remove secruity violations"1.0.1
Diffstat (limited to 'datarouter-subscriber/pom.xml')
-rwxr-xr-x | datarouter-subscriber/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index de393baf..cc1d4868 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -42,6 +42,11 @@ </properties> <dependencies> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>${google.guava.version}</version> + </dependency> + <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${commons-codec.version}</version> |