Repository: incubator-edgent
Updated Branches:
  refs/heads/master 6744cbe12 -> 2d94ce06b


[Edgent-380] update MQTT connector to use paho-mqtt 1.1.0

- remove the sample run script workaround that was added earlier

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/d71b0b5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/d71b0b5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/d71b0b5f

Branch: refs/heads/master
Commit: d71b0b5f9e5db31458474405264376c23afa9791
Parents: b1b4337
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Tue Feb 21 12:32:33 2017 -0500
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Tue Feb 21 12:32:33 2017 -0500

----------------------------------------------------------------------
 scripts/connectors/iotp/runiotpsensors.sh | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/d71b0b5f/scripts/connectors/iotp/runiotpsensors.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/iotp/runiotpsensors.sh 
b/scripts/connectors/iotp/runiotpsensors.sh
index cc592d5..b98f51b 100755
--- a/scripts/connectors/iotp/runiotpsensors.sh
+++ b/scripts/connectors/iotp/runiotpsensors.sh
@@ -30,14 +30,7 @@ edgent=../../..
 # IBM Watson IoT Platform and a sample is in this directory
 # (omitting values for the authorization tokens).
 
-# Avoid a paho mqtt class security exception.
-# The connector samples jar has dependencies on both the iotp and mqtt 
connectors
-# and those have dependencies on different versions of the paho mqtt jar.
-# Ensure the right one is used for this sample.
-#
 #export CLASSPATH=${edgent}/samples/lib/edgent.samples.connectors.jar
-IOTP_MQTT_JAR=`ls 
${edgent}/connectors/iotp/ext/org.eclipse.paho.client.mqtt*.jar`
-export 
CLASSPATH=${IOTP_MQTT_JAR}:${edgent}/samples/lib/edgent.samples.connectors.jar
 
 # 
https://github.com/ibm-watson-iot/iot-java/tree/master#migration-from-release-015-to-021
 # Uncomment the following to use the pre-0.2.1 WIoTP client behavior.

Reply via email to