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 /test-apis-ci/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 'test-apis-ci/pom.xml')
-rw-r--r-- | test-apis-ci/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 5fd06ecf57..2918c62962 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -376,8 +376,13 @@ <version>${cassandra.driver.version}</version> <scope>compile</scope> </dependency> - <!-- CASSANDRA END --> + + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy</artifactId> + <version>2.4.8</version> + </dependency> </dependencies> <build> |