From f20e17ae32cd210c4d88bc0a6b9a6a35dc9db49a Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Fri, 17 May 2013 22:03:38 +0000 Subject: [PATCH] Latest hawtdispatch snapshot should fix the hang in the MQTT SSL test. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1484012 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-mqtt/pom.xml | 12 ++++++------ .../activemq/transport/mqtt/AbstractMQTTTest.java | 2 +- .../apache/activemq/transport/mqtt/MQTTSSLTest.java | 1 + .../org/apache/activemq/transport/mqtt/MQTTTest.java | 7 +++---- pom.xml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 523c7c18fe..12e6d9519b 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -54,6 +54,11 @@ org.fusesource.mqtt-client mqtt-client + + org.fusesource.hawtdispatch + hawtdispatch-transport + ${hawtdispatch-version} + @@ -201,20 +206,15 @@ always ${surefire.argLine} alphabetical + false org.apache.activemq.default.directory.prefix target/ - - javax.net.debug - all/ -