| 
									
										
										
										
											2021-05-02 15:41:38 +08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |         <artifactId>yudao-framework</artifactId> | 
					
						
							|  |  |  |         <version>${revision}</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>yudao-spring-boot-starter-biz-sms</artifactId> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-02-10 11:16:17 +08:00
										 |  |  |     <name>${project.artifactId}</name> | 
					
						
							| 
									
										
										
										
											2022-11-25 21:04:40 +08:00
										 |  |  |     <description>短信拓展,支持阿里云、腾讯云</description> | 
					
						
							| 
									
										
										
										
											2021-05-02 15:41:38 +08:00
										 |  |  |     <url>https://github.com/YunaiV/ruoyi-vue-pro</url> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>yudao-common</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- Spring 核心 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-03 11:52:53 +08:00
										 |  |  |         <!-- 监控相关 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.opentracing</groupId> | 
					
						
							|  |  |  |             <artifactId>opentracing-util</artifactId> <!-- aliyun 短信需要,进行链路追踪 --> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-02 15:41:38 +08:00
										 |  |  |         <!-- Test 测试相关 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>yudao-spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- 工具类相关 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2021-05-02 16:30:19 +08:00
										 |  |  |             <groupId>com.google.guava</groupId> | 
					
						
							|  |  |  |             <artifactId>guava</artifactId> | 
					
						
							|  |  |  |             <optional>true</optional> <!-- 设置为可选,因为使用到 @VisibleForTesting 用于单元测试 --> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2021-05-02 15:41:38 +08:00
										 |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-core</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>jakarta.validation</groupId> | 
					
						
							|  |  |  |             <artifactId>jakarta.validation-api</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- 三方云服务相关 --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- SMS SDK begin --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.aliyun</groupId> | 
					
						
							|  |  |  |             <artifactId>aliyun-java-sdk-core</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.aliyun</groupId> | 
					
						
							|  |  |  |             <artifactId>aliyun-java-sdk-dysmsapi</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-03-27 12:08:56 +08:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.tencentcloudapi</groupId> | 
					
						
							| 
									
										
										
										
											2022-11-30 01:29:26 +08:00
										 |  |  |             <artifactId>tencentcloud-sdk-java-sms</artifactId> | 
					
						
							| 
									
										
										
										
											2022-03-27 12:08:56 +08:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-05-02 15:41:38 +08:00
										 |  |  |         <!-- SMS SDK end --> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2021-10-24 11:53:42 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-02 15:41:38 +08:00
										 |  |  | </project> |