Skip to content

Commit 06fc9c7

Browse files
committed
don't exclude services otherwise es.jar doesn't include the SPI information to load XBloomPostings
1 parent 303e87f commit 06fc9c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,9 @@
424424
<filter>
425425
<artifact>*:*</artifact>
426426
<excludes>
427-
<exclude>META-INF/**</exclude>
427+
<exclude>META-INF/license/**</exclude>
428+
<exclude>META-INF/*</exclude>
429+
<exclude>META-INF/maven/**</exclude>
428430
<exclude>LICENSE</exclude>
429431
<exclude>NOTICE</exclude>
430432
<exclude>/*.txt</exclude>

0 commit comments

Comments
 (0)