Switch to unified view

a/pom.xml b/pom.xml
...
...
98
            <groupId>org.rxtx</groupId>
98
            <groupId>org.rxtx</groupId>
99
            <artifactId>rxtx</artifactId>
99
            <artifactId>rxtx</artifactId>
100
            <version>2.1.7</version>
100
            <version>2.1.7</version>
101
        </dependency>
101
        </dependency>
102
    
102
    
103
    <dependency>
103
        <dependency>
104
                        <groupId>com.digi.xbee</groupId>
104
            <groupId>com.digi.xbee</groupId>
105
                        <artifactId>xbjlib</artifactId>
105
            <artifactId>xbjlib</artifactId>
106
                        <version>1.1.1</version>
106
            <version>1.1.1</version>
107
                        <type>jar</type>
107
            <type>jar</type>
108
                </dependency>
108
        </dependency>
109
      <dependency>
110
          <groupId>io.socket</groupId>
111
          <artifactId>socket.io-client</artifactId>
112
          <version>0.8.0</version>
113
      </dependency>
109
    
114
    
110
        <dependency>
115
        <dependency>
111
           <groupId>redis.clients</groupId>
116
           <groupId>redis.clients</groupId>
112
           <artifactId>jedis</artifactId>
117
           <artifactId>jedis</artifactId>
113
           <version>2.9.0</version>
118
           <version>2.9.0</version>