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-be/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-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index a375c6ae3a..c50a78ec35 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -370,12 +370,6 @@ <scope>compile</scope> </dependency> - <dependency> - <groupId>org.elasticsearch.plugin</groupId> - <artifactId>shield</artifactId> - <version>${elastic-search.version}</version> - <scope>compile</scope> - </dependency> <!-- functional java --> <dependency> <groupId>org.functionaljava</groupId> |