diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-09-13 20:28:32 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-09-13 17:31:22 +0000 |
commit | 0e9742f33076348a98dcff8190091b2a89cd327f (patch) | |
tree | c3b1759fdbee5682bf3d6ce1cc799f1fb1e3541c /catalog-dao/pom.xml | |
parent | c726f770af3e625686658a14563bdfb7666d3450 (diff) |
fix security vilation CVE-2018-1000134
Change-Id: Id93a27648c622460db2e86689b64bfa7dc425ef4
Issue-ID: SDC-1726
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-dao/pom.xml')
-rw-r--r-- | catalog-dao/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 2a2e02ae81..940047db9f 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -62,13 +62,6 @@ Modifications copyright (c) 2018 Nokia <scope>provided</scope> </dependency> - <dependency> - <groupId>org.elasticsearch.plugin</groupId> - <artifactId>shield</artifactId> - <version>${elastic-search.version}</version> - <scope>provided</scope> - </dependency> - <!-- SPRING --> <dependency> <groupId>org.springframework</groupId> |