summaryrefslogtreecommitdiffstats
path: root/datarouter-subscriber
diff options
context:
space:
mode:
authoredepaul <paul.p.dennehy@ericsson.com>2018-09-11 08:07:16 +0100
committeredepaul <paul.p.dennehy@ericsson.com>2018-09-11 08:07:30 +0100
commit555b7fcb55849eaf88dcb92a4872126ffc19df41 (patch)
tree7099d23a74d96f677e30603daa831709be04578d /datarouter-subscriber
parent82105b59b2502fe1f119bc909c08c9bac173bdfc (diff)
Updates to remove secruity violations
Change-Id: Ibb7de5e8f55cc71c36f3e46ab6e085df255de7a6 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DMAAP-766
Diffstat (limited to 'datarouter-subscriber')
-rwxr-xr-xdatarouter-subscriber/pom.xml5
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>