|  |  |  | 
|---|
|  |  |  | </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包 | 
|---|