diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-16 17:33:10 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-17 06:24:59 +0000 |
commit | d1ca9e0d0071f0af533bc2856c7c7e3be0533573 (patch) | |
tree | da8d0d9e6e232b75a18086398472192fb1a3f166 /pom.xml | |
parent | dd9576c7ac5b05c774b85062617a957a52c24b53 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |