This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new 96e74b8 ARTEMIS-2692 update dependency for JMS client
new 9c53790 This closes #3085
96e74b8 is described below
commit 96e74b810926c29a62d0e07fe35ea5dedfa033cd
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Apr 15 11:46:44 2020 -0500
ARTEMIS-2692 update dependency for JMS client
---
artemis-jms-client/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml
index 02af424..7b6b8d2 100644
--- a/artemis-jms-client/pom.xml
+++ b/artemis-jms-client/pom.xml
@@ -52,6 +52,11 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
+ <artifactId>artemis-commons</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
<artifactId>artemis-selector</artifactId>
<version>${project.version}</version>
</dependency>