diff options
Diffstat (limited to 'sdnr/wt/devicemanager/feature/pom.xml')
-rw-r--r-- | sdnr/wt/devicemanager/feature/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdnr/wt/devicemanager/feature/pom.xml b/sdnr/wt/devicemanager/feature/pom.xml index d48fe359b..a67478c5c 100644 --- a/sdnr/wt/devicemanager/feature/pom.xml +++ b/sdnr/wt/devicemanager/feature/pom.xml @@ -87,6 +87,10 @@ <artifactId>*</artifactId> </exclusion> <exclusion> + <groupId>org.elasticsearch.plugin</groupId> + <artifactId>delete-by-query</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.lucene</groupId> <artifactId>*</artifactId> </exclusion> |