mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-31 04:18:39 +00:00
don't exclude services otherwise es.jar doesn't include the SPI information to load XBloomPostings
This commit is contained in:
parent
303e87fb69
commit
06fc9c77ba
4
pom.xml
4
pom.xml
@ -424,7 +424,9 @@
|
||||
<filter>
|
||||
<artifact>*:*</artifact>
|
||||
<excludes>
|
||||
<exclude>META-INF/**</exclude>
|
||||
<exclude>META-INF/license/**</exclude>
|
||||
<exclude>META-INF/*</exclude>
|
||||
<exclude>META-INF/maven/**</exclude>
|
||||
<exclude>LICENSE</exclude>
|
||||
<exclude>NOTICE</exclude>
|
||||
<exclude>/*.txt</exclude>
|
||||
|
Loading…
x
Reference in New Issue
Block a user