Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1623#discussion_r147768193
--- Diff: artemis-distribution/pom.xml ---
@@ -39,6 +39,11 @@
<!-- ActiveMQ Artemis artifacts -->
<dependency>
<groupId>org.apache.activemq</groupId>
+ <artifactId>artemis-jms-client-all</artifactId>
--- End diff --
I don't think we could remove Maven modules in a minor release (e.g.
2.4.0). However, we could do it in a major release (e.g. 3.0.0). I'd like to
tag and get the release out for a vote today.
---