Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1922#discussion_r171901488
--- Diff: tests/karaf-client-integration-tests/pom.xml ---
@@ -36,6 +36,18 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-client</artifactId>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <!--Let's compile against JMS 2-->
--- End diff --
The comment says "JMS 2," but the artifactId references the 1.1 spec. This
seems wrong.
---