diff options
-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> |