|  |  | 
 |  |  |             <artifactId>mybatis-plus-boot-starter</artifactId> | 
 |  |  |             <version>3.5.3.2</version> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.baomidou</groupId> | 
 |  |  |             <artifactId>mybatis-plus-extension</artifactId> | 
 |  |  |             <version>3.5.3.2</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <!-- 阿里fastjson --> | 
 |  |  |         <dependency> | 
 |  |  | 
 |  |  |             <groupId>org.apache.mina</groupId> | 
 |  |  |             <artifactId>mina-core</artifactId> | 
 |  |  |             <version>2.2.2</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <!-- MQTT消息中间件,连接池及客户端  --> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.apache.commons</groupId> | 
 |  |  |             <artifactId>commons-pool2</artifactId> | 
 |  |  |             <version>2.9.0</version> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.eclipse.paho</groupId> | 
 |  |  |             <artifactId>org.eclipse.paho.client.mqttv3</artifactId> | 
 |  |  |             <version>1.2.5</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <!-- quartz --> | 
 |  |  | 
 |  |  |             <artifactId>log4j-slf4j-impl</artifactId> | 
 |  |  |             <version>2.17.2</version> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.baomidou</groupId> | 
 |  |  |             <artifactId>mybatis-plus-extension</artifactId> | 
 |  |  |             <version>3.5.3.2</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     </dependencies> | 
 |  |  |  | 
 |  |  |     <build> |