michaelandrepearce commented on a change in pull request #3085: ARTEMIS-2692
update dependency for JMS client
URL: https://github.com/apache/activemq-artemis/pull/3085#discussion_r409022407
##########
File path: artemis-jms-client/pom.xml
##########
@@ -50,6 +50,11 @@
<artifactId>artemis-core-client</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>artemis-commons</artifactId>
Review comment:
Why is this needed it comes as a transitive anyhow
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services