andytaylor commented on code in PR #5467: URL: https://github.com/apache/activemq-artemis/pull/5467#discussion_r1948561369
########## artemis-distribution/pom.xml: ########## @@ -117,15 +117,12 @@ <artifactId>artemis-console</artifactId> <type>war</type> </dependency> + <!-- needed for console NPM License--> <dependency> <groupId>org.apache.activemq</groupId> - <artifactId>activemq-branding</artifactId> - <type>war</type> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>artemis-plugin</artifactId> - <type>war</type> + <artifactId>apache-artemis-console</artifactId> + <type>zip</type> + <classifier>bin</classifier> Review Comment: I have removed it and fixed the other comments in that PR -- 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