valdar commented on a change in pull request #336: URL: https://github.com/apache/camel-kafka-connector/pull/336#discussion_r460723806
########## File path: connectors/camel-sjms2-kafka-connector/pom.xml ########## @@ -48,7 +48,10 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> - <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>artemis-jms-client</artifactId> Review comment: Is this client capable of all protocols that `activemq-client` support? In other words can we use just this dependences and get rid of `activemq-client`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org