Skip to content

Commit

Permalink
Remove args4j OSGI-OPT files (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jun 14, 2022
1 parent f5e8c58 commit aa436db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ THE SOFTWARE.
<phase>package</phase>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>args4j:args4j</artifact>
<excludes>
<exclude>OSGI-OPT/**/*.html</exclude>
<exclude>OSGI-OPT/**/*.java</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>javax.websocket</pattern>
Expand Down

0 comments on commit aa436db

Please sign in to comment.