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 476357c553 ARTEMIS-4394: also exclude older guava transitive deps,
retain the replacement ones only
476357c553 is described below
commit 476357c5530e96b9056b8815a30d0728cfad1df3
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Aug 21 16:25:01 2023 +0100
ARTEMIS-4394: also exclude older guava transitive deps, retain the
replacement ones only
---
artemis-hawtio/artemis-console/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/artemis-hawtio/artemis-console/pom.xml
b/artemis-hawtio/artemis-console/pom.xml
index 840df26db4..c46af43a91 100644
--- a/artemis-hawtio/artemis-console/pom.xml
+++ b/artemis-hawtio/artemis-console/pom.xml
@@ -101,6 +101,9 @@
<exclude>img/**/*</exclude>
<exclude>fonts/glyphicons**</exclude>
<exclude>WEB-INF/lib/guava*.jar</exclude>
+ <exclude>WEB-INF/lib/checker-qual-*.jar</exclude>
+ <exclude>WEB-INF/lib/error_prone_annotations-*.jar</exclude>
+ <exclude>WEB-INF/lib/j2objc-annotations-*.jar</exclude>
<exclude>WEB-INF/classes/log4j2.properties</exclude>
</excludes>
</overlay>