Skip to content
Snippets Groups Projects
Commit 7d36a117 authored by prabeesh's avatar prabeesh
Browse files

add maven dependencies for mqtt

parent 9eaf68fd
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>mqtt-client</artifactId>
<version>0.4.0</version>
</dependency>
</dependencies>
<profiles>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment