summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-10-16 17:33:10 +0300
committerMichael Lando <michael.lando@intl.att.com>2018-10-17 06:24:59 +0000
commitd1ca9e0d0071f0af533bc2856c7c7e3be0533573 (patch)
treeda8d0d9e6e232b75a18086398472192fb1a3f166
parentdd9576c7ac5b05c774b85062617a957a52c24b53 (diff)
security check issues
run-clm updating spring version, using security check issues Change-Id: I50cc7131dac4f5d6d40900653ec6250c6e683cdf Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a493a1f..75af41a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,11 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <version>1.7.10</version>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>2.4.13</version>