Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1623#discussion_r147763425
--- 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 --
My thought here was to keep it really simple so instead of having a JMS
client and a core client having just the JMS client which (by design) includes
the core client. The JMS client is just around 300KB larger. In a future
release I think we'll get ride of the core and JMS "all" clients and just have
a single artemis-client-all which will actually just be the JMS "all" client
but renamed to be less confusing.
---