Skip to content

Commit

Permalink
ARTEMIS-4477: drop services file as previously, partially-restores fi…
Browse files Browse the repository at this point in the history
…lter removed in ARTEMIS 4435
  • Loading branch information
gemmellr committed Oct 27, 2023
1 parent 8456485 commit 9a699c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions artemis-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@
</goals>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/services/*</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>javax.json</pattern>
Expand Down

0 comments on commit 9a699c2

Please sign in to comment.