aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/pom.xml
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-09-18 11:57:53 +0300
committerMichael Lando <ml636r@att.com>2018-09-18 15:30:12 +0000
commite0199375f17d89314de0fe812329dc99d8e7abf9 (patch)
tree571112928783632a2a90a1fadc45f96efe6d76ff /ui-ci/pom.xml
parent0eb1beb6210c884672d8ddf3ea7842f807281527 (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 'ui-ci/pom.xml')
-rw-r--r--ui-ci/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml
index 5b23f4594f..e20fe644be 100644
--- a/ui-ci/pom.xml
+++ b/ui-ci/pom.xml
@@ -252,6 +252,12 @@
<version>4.1.0</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.4.8</version>
+ </dependency>
+
</dependencies>
<build>