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>
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>