1
0

HUDI-101: added exclusion filters for signature files.

This commit is contained in:
Abhishek Sharma
2019-05-07 15:17:36 -04:00
committed by Balaji Varadarajan
parent 738635306b
commit e2dcef8606
5 changed files with 45 additions and 0 deletions

View File

@@ -136,6 +136,15 @@
<shadedPattern>com.uber.hoodie.com.esotericsoftware.minlog.</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>