Skip to content

Commit 1d2d07b

Browse files
committed
try and fix shading error
1 parent c52d69f commit 1d2d07b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,18 @@
189189
<goals>
190190
<goal>shade</goal>
191191
</goals>
192+
<configuration>
193+
<filters>
194+
<filter>
195+
<artifact>*:*</artifact>
196+
<excludes>
197+
<exclude>META-INF/*.SF</exclude>
198+
<exclude>META-INF/*.DSA</exclude>
199+
<exclude>META-INF/*.RSA</exclude>
200+
</excludes>
201+
</filter>
202+
</filters>
203+
</configuration>
192204
</execution>
193205
</executions>
194206
</plugin>

0 commit comments

Comments
 (0)