Skip to content

Commit

Permalink
git subrepo pull assembly
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "assembly"
  merged:   "559b084290"
upstream:
  origin:   "[email protected]:daisy/pipeline-assembly.git"
  branch:   "master"
  commit:   "815c3e0c9f"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
  • Loading branch information
bertfrees committed Sep 20, 2023
1 parent 9f93117 commit a3b10bc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
remote = [email protected]:daisy/pipeline-assembly.git
branch = master
commit = 815c3e0c9f2dfe67abebc18b2100c77da188a433
parent = af4035b7c989d9bf2c485fde57f6e231d25a86fc
parent = c26e6c05368aabfb45da5294f0536bf1ec376e0e
cmdver = 0.3.1
33 changes: 32 additions & 1 deletion assembly/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 a3b10bc

Please sign in to comment.