Skip to content

Commit 097da37

Browse files
committed
git subrepo pull assembly
subrepo: subdir: "assembly" merged: "559b084290" upstream: origin: "git@github.com:daisy/pipeline-assembly.git" branch: "master" commit: "815c3e0c9f" git-subrepo: version: "0.3.1" origin: "???" commit: "???"
1 parent 39318f1 commit 097da37

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

assembly/.gitrepo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
remote = git@github.com:daisy/pipeline-assembly.git
88
branch = master
99
commit = 815c3e0c9f2dfe67abebc18b2100c77da188a433
10-
parent = af4035b7c989d9bf2c485fde57f6e231d25a86fc
10+
parent = c26e6c05368aabfb45da5294f0536bf1ec376e0e
1111
cmdver = 0.3.1

assembly/pom.xml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.daisy.pipeline.modules</groupId>
7878
<artifactId>modules-bom</artifactId>
79-
<version>1.14.15</version>
79+
<version>1.14.16-SNAPSHOT</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>
@@ -976,6 +976,16 @@
976976
</exclusion>
977977
</exclusions>
978978
</dependency>
979+
<dependency>
980+
<groupId>org.daisy.pipeline.modules</groupId>
981+
<artifactId>tts-adapter-azure</artifactId>
982+
<exclusions>
983+
<exclusion>
984+
<groupId>*</groupId>
985+
<artifactId>*</artifactId>
986+
</exclusion>
987+
</exclusions>
988+
</dependency>
979989
<dependency>
980990
<groupId>org.daisy.pipeline.modules</groupId>
981991
<artifactId>tts-adapter-cereproc</artifactId>
@@ -1346,6 +1356,16 @@
13461356
</exclusion>
13471357
</exclusions>
13481358
</dependency>
1359+
<dependency>
1360+
<groupId>com.microsoft.cognitiveservices.speech</groupId>
1361+
<artifactId>client-sdk</artifactId>
1362+
<exclusions>
1363+
<exclusion>
1364+
<groupId>*</groupId>
1365+
<artifactId>*</artifactId>
1366+
</exclusion>
1367+
</exclusions>
1368+
</dependency>
13491369
<dependency>
13501370
<groupId>org.json</groupId>
13511371
<artifactId>json</artifactId>
@@ -2340,6 +2360,10 @@
23402360
<groupId>org.daisy.pipeline.modules</groupId>
23412361
<artifactId>tts-adapter-acapela</artifactId>
23422362
</artifactItem>
2363+
<artifactItem>
2364+
<groupId>org.daisy.pipeline.modules</groupId>
2365+
<artifactId>tts-adapter-azure</artifactId>
2366+
</artifactItem>
23432367
<artifactItem>
23442368
<groupId>org.daisy.pipeline.modules</groupId>
23452369
<artifactId>tts-adapter-cereproc</artifactId>
@@ -2499,6 +2523,13 @@
24992523
<groupId>org.apache.commons</groupId>
25002524
<artifactId>commons-compress</artifactId>
25012525
</artifactItem>
2526+
<!--
2527+
for tts-adapter-azure
2528+
-->
2529+
<artifactItem>
2530+
<groupId>com.microsoft.cognitiveservices.speech</groupId>
2531+
<artifactId>client-sdk</artifactId>
2532+
</artifactItem>
25022533
<!--
25032534
for tts-adapter-google
25042535
-->

0 commit comments

Comments
 (0)