--- a/pom.xml
+++ b/pom.xml
@@ -100,12 +100,17 @@
<version>2.1.7</version>
</dependency>
- <dependency>
- <groupId>com.digi.xbee</groupId>
- <artifactId>xbjlib</artifactId>
- <version>1.1.1</version>
- <type>jar</type>
- </dependency>
+ <dependency>
+ <groupId>com.digi.xbee</groupId>
+ <artifactId>xbjlib</artifactId>
+ <version>1.1.1</version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>io.socket</groupId>
+ <artifactId>socket.io-client</artifactId>
+ <version>0.8.0</version>
+ </dependency>
<dependency>
<groupId>redis.clients</groupId>