Remove module-info.class
This shouldn't break anything, but gets rid of those nasty warnings on build... The module system doesn't work for us anyways
This commit is contained in:
parent
481870d656
commit
bd6303b75c
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -325,6 +325,7 @@
|
|||
<filter>
|
||||
<artifact>*:*</artifact>
|
||||
<excludes>
|
||||
<exclude>module-info.class</exclude>
|
||||
<exclude>META-INF/*.SF</exclude>
|
||||
<exclude>META-INF/*.DSA</exclude>
|
||||
<exclude>META-INF/*.RSA</exclude>
|
||||
|
|
Loading…
Reference in a new issue