ARTEMIS-4477: drop services file as previously, partially-restores filter removed in ARTEMIS 4435
This commit is contained in:
parent
845648526f
commit
9a699c219f
|
@ -140,6 +140,14 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<createDependencyReducedPom>true</createDependencyReducedPom>
|
<createDependencyReducedPom>true</createDependencyReducedPom>
|
||||||
|
<filters>
|
||||||
|
<filter>
|
||||||
|
<artifact>*:*</artifact>
|
||||||
|
<excludes>
|
||||||
|
<exclude>META-INF/services/*</exclude>
|
||||||
|
</excludes>
|
||||||
|
</filter>
|
||||||
|
</filters>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>javax.json</pattern>
|
<pattern>javax.json</pattern>
|
||||||
|
|
Loading…
Reference in New Issue