diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-03-23 19:42:09 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-03-24 10:36:37 +0000 |
commit | 418a73853937f921b5f1cb2d58b53935575a7cc6 (patch) | |
tree | c0229bc1cd894e19a32bccdb206ae820ed54ef1c /catalog-dao/pom.xml | |
parent | 13bcc9df909fe12f57661a09f31787e0efc440ba (diff) |
Remove unused vulnerable dependency
Issue-ID: SDC-3927
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I63c0fd1c7800a83a2e7d9ae39900a75f0b78b843
Diffstat (limited to 'catalog-dao/pom.xml')
-rw-r--r-- | catalog-dao/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 9a901fa6a3..cd6a45a1b8 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -174,18 +174,6 @@ Modifications copyright (c) 2018 Nokia </dependency> <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-regex</artifactId> - <version>${regex.version}</version> - <exclusions> - <exclusion> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>com.google.code.bean-matchers</groupId> <artifactId>bean-matchers</artifactId> <version>${bean-matchers.version}</version> |