Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1588#discussion_r144852919
--- Diff: artemis-cli/pom.xml ---
@@ -35,6 +35,11 @@
<dependencies>
<dependency>
<groupId>org.apache.activemq</groupId>
+ <artifactId>artemis-boot</artifactId>
--- End diff --
why do you need the boot here? it should be the opposite.. this would be a
circular dependency not so useful.---
