Skip to content

Commit

Permalink
update assembly pom (#5737)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhou <[email protected]>
  • Loading branch information
PatrickkZ and PatrickkZ authored Sep 13, 2022
1 parent af3659b commit 4285bdd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scala/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,18 @@
</configuration>
</execution>
</executions>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 4285bdd

Please sign in to comment.