Browse Source

8.2 阿里云相关依赖,短信,人脸

Mechrevo 1 year ago
parent
commit
e31005a3a9
1 changed files with 25 additions and 0 deletions
  1. 25 0
      sp-core/sp-base/pom.xml

+ 25 - 0
sp-core/sp-base/pom.xml

@@ -28,6 +28,31 @@
         </dependency>
 		<!-- ================= 模块依赖 end ================= -->
 
+        <!-- 阿里云短信服务 -->
+        <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>com.aliyun</groupId>
+            <artifactId>facebody20191230</artifactId>
+            <version>3.0.7</version>
+        </dependency>
+        <dependency>
+            <groupId>com.aliyun</groupId>
+            <artifactId>ocr20191230</artifactId>
+            <version>1.0.26</version>
+        </dependency>
+
+
         <!-- 失败重试机制 spring-retry -->
         <dependency>
             <groupId>org.springframework.retry</groupId>