Skip to content

Commit

Permalink
pom.xml updated for security issue fixing, #265
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Sep 5, 2024
1 parent 3cd4762 commit e0a0757
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@
</manifestEntries>
</transformer>
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit e0a0757

Please sign in to comment.