Skip to content

Commit

Permalink
Add tts-adapter-azure (and update to modules 1.14.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Sep 20, 2023
1 parent fc93bad commit 559b084
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-bom</artifactId>
<version>1.14.15</version>
<version>1.14.16-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -976,6 +976,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-adapter-azure</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-adapter-cereproc</artifactId>
Expand Down Expand Up @@ -1346,6 +1356,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.microsoft.cognitiveservices.speech</groupId>
<artifactId>client-sdk</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down Expand Up @@ -2340,6 +2360,10 @@
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-adapter-acapela</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-adapter-azure</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-adapter-cereproc</artifactId>
Expand Down Expand Up @@ -2499,6 +2523,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</artifactItem>
<!--
for tts-adapter-azure
-->
<artifactItem>
<groupId>com.microsoft.cognitiveservices.speech</groupId>
<artifactId>client-sdk</artifactId>
</artifactItem>
<!--
for tts-adapter-google
-->
Expand Down

0 comments on commit 559b084

Please sign in to comment.