Skip to content

Commit a168e20

Browse files
committed
[hotfix-842][chunjun-sql] fix the problem of "java.lang.SecurityException: Invalid signature file digest for Manifest main attributes"
1 parent a3fc935 commit a168e20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

chunjun-sql/mysql/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<exclude>tpch/**</exclude>
5050
<exclude>ddl/**</exclude>
5151
<exclude>google/**</exclude>
52+
<exclude>META-INF/*.SF</exclude>
53+
<exclude>META-INF/*.DSA</exclude>
54+
<exclude>META-INF/*.RSA</exclude>
5255
</excludes>
5356
</filter>
5457
</filters>

0 commit comments

Comments
 (0)