From: Yuli Shlosberg Date: Wed, 15 Aug 2018 11:28:54 +0000 (+0300) Subject: fix guava security violation X-Git-Tag: 1.6.6~22^2~24 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ee3afa74714e46f57c00c075d01b8808c7caee67;p=sdc%2Fsdc-tosca.git fix guava security violation Change-Id: Icc12417856638602ac114470d6a8aab8a0bb5280 Issue-ID: SDC-1471 Signed-off-by: Yuli Shlosberg --- diff --git a/pom.xml b/pom.xml index d545367..f0383b1 100644 --- a/pom.xml +++ b/pom.xml @@ -78,11 +78,23 @@ 1.3.2 - - org.reflections - reflections - 0.9.11 - + + org.reflections + reflections + 0.9.11 + + + com.google.guava + guava + + + + + com.google.guava + guava + compile + 25.1-jre +