Github user andytaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1588#discussion_r144866130 --- Diff: artemis-server/pom.xml --- @@ -53,6 +53,11 @@ </dependency> <dependency> <groupId>org.apache.activemq</groupId> + <artifactId>artemis-boot</artifactId> --- End diff -- removed
---