Skip to content

Commit

Permalink
Remove warnings from the Maven shade plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ullgren committed Jul 11, 2024
1 parent 58755af commit daea3a9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,28 @@
</goals>
</execution>
</executions>
<configuration>
<filters>
<filter>
<artifact>com.google.zxing:core</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
<filter>
<artifact>com.google.zxing:javase</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
<filter>
<artifact>com.github.jai-imageio:jai-imageio-core</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
<plugin>
<groupId>external.atlassian.jgitflow</groupId>
Expand Down

0 comments on commit daea3a9

Please sign in to comment.