语音包引入
This commit is contained in:
parent
485f37d06c
commit
40e092e968
Binary file not shown.
20
pom.xml
20
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue