summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-09-25 17:22:34 +0300
committerMichael Lando <ml636r@att.com>2018-09-25 20:03:36 +0000
commita3b79a2b84125f125e5ab9b5dbbb27872530550c (patch)
tree33b7d9561b0c20226fe7772985f7698c2e526870 /pom.xml
parent7c4075a2edbefe4d564dd126584278d057b35e99 (diff)
fix security vilation CVE-2015-3253
Change-Id: I694afc331a2bbc41f2d179b9591a1fb3f1065b5e Issue-ID: SDC-1715 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ce2e61327b..d6a48539cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,6 @@ Modifications copyright (c) 2018 Nokia
<slf4j-api.version>1.7.25</slf4j-api.version>
<commons-codec>1.10</commons-codec>
<commons-logging>1.2</commons-logging>
- <groovy.version>2.4.13</groovy.version>
<janino.version>3.0.6</janino.version>
<!-- aspects -->
@@ -185,6 +184,11 @@ Modifications copyright (c) 2018 Nokia
<artifactId>commons-lang3</artifactId>
<version>${lang3.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.4.13</version>
+ </dependency>
</dependencies>
</dependencyManagement>