|  |  | 
 |  |  |             <version>2.0.7</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> | 
 |  |  |  | 
 |  |  |         <!--钉钉消息推送--> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.aliyun</groupId> | 
 |  |  |             <artifactId>alibaba-dingtalk-service-sdk</artifactId> | 
 |  |  |             <version>2.0.0</version> | 
 |  |  |             <exclusions> | 
 |  |  |                 <exclusion> | 
 |  |  |                     <groupId>commons-logging</groupId> | 
 |  |  |                     <artifactId>commons-logging</artifactId> | 
 |  |  |                 </exclusion> | 
 |  |  |             </exclusions> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>commons-codec</groupId> | 
 |  |  |             <artifactId>commons-codec</artifactId> | 
 |  |  |             <version>1.15</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <!-- 获得系统信息 --> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.github.oshi</groupId> | 
 |  |  |             <artifactId>oshi-core</artifactId> | 
 |  |  |             <version>6.6.2</version> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>net.java.dev.jna</groupId> | 
 |  |  |             <artifactId>jna</artifactId> | 
 |  |  |             <version>5.12.1</version> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>net.java.dev.jna</groupId> | 
 |  |  |             <artifactId>jna-platform</artifactId> | 
 |  |  |             <version>5.12.1</version> | 
 |  |  |         </dependency> | 
 |  |  |         <!-- 类反射 --> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.reflections</groupId> | 
 |  |  |             <artifactId>reflections</artifactId> | 
 |  |  |             <version>0.10.2</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         <!-- 测试 --> | 
 |  |  |         <dependency> | 
 |  |  | 
 |  |  |                             <stripVersion>false</stripVersion> | 
 |  |  |                             <finalName>${project.artifactId}-${project.version}</finalName> | 
 |  |  |                             <layout>ZIP</layout> | 
 |  |  |                             <mainClass>com.dy.rtuMw.PipIrrMwAcceptApplication</mainClass> | 
 |  |  |                             <mainClass>com.dy.rtuMw.PipIrrMwRtuApplication</mainClass> | 
 |  |  |                             <includes> | 
 |  |  |                                 <include> | 
 |  |  |                                     <groupId>com.dy</groupId> |