File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed
Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
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 -->
You can’t perform that action at this time.
0 commit comments