语音包引入

This commit is contained in:
DU 2021-04-13 11:09:12 +08:00
parent 485f37d06c
commit 40e092e968
2 changed files with 20 additions and 0 deletions

Binary file not shown.

20
pom.xml
View File

@ -116,6 +116,26 @@
<systemPath>${project.basedir}/libs/huaweicloud-java-sdk-sis-1.3.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.huawei.apigateway</groupId>
<artifactId>java-sdk-core</artifactId>
<version>3.0.12</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/java-sdk-core-3.0.12.jar</systemPath>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.2</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.3</version>
</dependency>
</dependencies>
<build>