jbertram commented on code in PR #5289: URL: https://github.com/apache/activemq-artemis/pull/5289#discussion_r1799957257
########## artemis-hawtio/artemis-console/pom.xml: ########## @@ -76,9 +76,14 @@ <artifactId>maven-war-plugin</artifactId> <configuration> <useCache>true</useCache> + <!-- exclude these jars as they are already shipped with the broker --> <packagingExcludes> **/lib/slf4j*.jar, - **/lib/log4j*.jar + **/lib/log4j*.jar, + **/lib/guava*.jar, + **/lib/commons-io*.jar, + **/lib/commons-logging*.jar, + **/lib/failureaccess*.jar Review Comment: I changed up the strategy. Instead of dealing with this when building `console.war` I am dealing with it when creating the broker distribution. That should eliminate any problems with non-assembly use-cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact