Skip to content

Commit

Permalink
Merge pull request #2753 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Add filter to exclude MANIFEST.MF from uber jar from other jars…
  • Loading branch information
hazendaz committed Dec 12, 2022
2 parents ad002e8 + 903b571 commit 33deeab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,20 @@
<include>org.javassist:javassist</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>ognl:ognl</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
<filter>
<artifact>org.javassist:javassist</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>ognl</pattern>
Expand Down

0 comments on commit 33deeab

Please sign in to comment.