You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/06 18:22:11 UTC

[activemq-artemis] branch master updated: ARTEMIS-2600 Update mqtt-client version to 1.16 for tests

This is an automated email from the ASF dual-hosted git repository.

jbertram 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 b71178b  ARTEMIS-2600 Update mqtt-client version to 1.16 for tests
     new a00fb74  This closes #2953
b71178b is described below

commit b71178b4fbefd8a2efa56f0476f6327508e0f48c
Author: brusdev <br...@gmail.com>
AuthorDate: Fri Jan 24 10:48:44 2020 +0100

    ARTEMIS-2600 Update mqtt-client version to 1.16 for tests
---
 tests/activemq5-unit-tests/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml
index 1c03cbc..fa3136c 100644
--- a/tests/activemq5-unit-tests/pom.xml
+++ b/tests/activemq5-unit-tests/pom.xml
@@ -298,7 +298,6 @@
       <dependency>
          <groupId>org.fusesource.mqtt-client</groupId>
          <artifactId>mqtt-client</artifactId>
-         <version>1.10</version>
          <scope>test</scope>
       </dependency>