This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 9a699c219f ARTEMIS-4477: drop services file as previously,
partially-restores filter removed in ARTEMIS 4435
9a699c219f is described below
commit 9a699c219f9c2b59453218b90749a0a565043dcc
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Oct 26 22:22:46 2023 +0100
ARTEMIS-4477: drop services file as previously, partially-restores filter
removed in ARTEMIS 4435
---
artemis-commons/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml
index 678026039e..075142df42 100644
--- a/artemis-commons/pom.xml
+++ b/artemis-commons/pom.xml
@@ -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>