[
https://issues.apache.org/jira/browse/ARTEMIS-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16383806#comment-16383806
]
ASF GitHub Bot commented on ARTEMIS-1724:
-----------------------------------------
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.
> Create Artemis Openwire Client Karaf feature
> --------------------------------------------
>
> Key: ARTEMIS-1724
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1724
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: osgi
> Affects Versions: 2.4.0
> Reporter: John Poth
> Priority: Major
>
> It would be nice to have an Apache Karaf feature for an Openwire client. I
> can take care of the PR.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)