diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-09-25 17:22:34 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-25 20:03:36 +0000 |
commit | a3b79a2b84125f125e5ab9b5dbbb27872530550c (patch) | |
tree | 33b7d9561b0c20226fe7772985f7698c2e526870 /catalog-model | |
parent | 7c4075a2edbefe4d564dd126584278d057b35e99 (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 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 58c4f4fa70..ddb5454ac1 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -118,6 +118,10 @@ <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> + <exclusion> + <artifactId>groovy</artifactId> + <groupId>org.codehaus.groovy</groupId> + </exclusion> </exclusions> </dependency> @@ -254,7 +258,6 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> - <version>2.4.8</version> </dependency> </dependencies> |