Github user tabish121 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1980#discussion_r178144111
--- Diff: artemis-distribution/pom.xml ---
@@ -102,6 +102,11 @@
<artifactId>artemis-amqp-protocol</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>artemis-new-amqp</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
--- End diff --
Think maybe you didn't mean to add this particular dependency
---