|  |  | 
 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
 |  |  |          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
 |  |  |     <modelVersion>4.0.0</modelVersion> | 
 |  |  |     <dependencies> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.dy</groupId> | 
 |  |  |             <artifactId>pipIrr-web-sell</artifactId> | 
 |  |  |             <version>1.0.0</version> | 
 |  |  |             <scope>compile</scope> | 
 |  |  |         </dependency> | 
 |  |  |     </dependencies> | 
 |  |  |  | 
 |  |  |     <parent> | 
 |  |  |         <artifactId>pipIrr-web</artifactId> | 
 |  |  | 
 |  |  |     </parent> | 
 |  |  |  | 
 |  |  |     <packaging>jar</packaging> | 
 |  |  |  | 
 |  |  |     <groupId>com.dy</groupId> | 
 |  |  |     <artifactId>pipIrr-web-wechat</artifactId> | 
 |  |  |     <name>pipIrr-web-wechat</name> | 
 |  |  |     <description>微信小程序</description> | 
 |  |  |  | 
 |  |  |     <dependencies> | 
 |  |  |         <!--  阿里云短信依赖  --> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.aliyun</groupId> | 
 |  |  |             <artifactId>aliyun-java-sdk-core</artifactId> | 
 |  |  |             <version>4.5.16</version> | 
 |  |  |         </dependency> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.aliyun</groupId> | 
 |  |  |             <artifactId>aliyun-java-sdk-dysmsapi</artifactId> | 
 |  |  |             <version>2.1.0</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>javax.xml.bind</groupId> | 
 |  |  |             <artifactId>jaxb-api</artifactId> | 
 |  |  |             <version>2.3.1</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <!--OkHttp--> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.squareup.okhttp3</groupId> | 
 |  |  |             <artifactId>okhttp</artifactId> | 
 |  |  |             <version>4.9.2</version> | 
 |  |  |         </dependency> | 
 |  |  |     </dependencies> | 
 |  |  |     <build> | 
 |  |  |         <plugins> | 
 |  |  |             <!-- 生成不包含依赖jar的可执行jar包 |