diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-09-18 11:57:53 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-18 15:30:12 +0000 |
commit | e0199375f17d89314de0fe812329dc99d8e7abf9 (patch) | |
tree | 571112928783632a2a90a1fadc45f96efe6d76ff /asdctool/pom.xml | |
parent | 0eb1beb6210c884672d8ddf3ea7842f807281527 (diff) |
fix security vilation CVE-2015-3253
Change-Id: I6fd93f598b9655fe9c81095affdcafde1692aa26
Issue-ID: SDC-1715
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 73fbf08d5c..0ccf87098d 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -502,6 +502,7 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> @@ -509,6 +510,11 @@ </dependency> <!-- testing end --> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy</artifactId> + <version>2.4.8</version> + </dependency> </dependencies> <build> |