Skip to content

Commit

Permalink
Merge release 1.14.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Aug 1, 2024
2 parents dab002b + 73f1971 commit 0a75b96
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>assembly</artifactId>
<version>1.14.19-SNAPSHOT</version>
<version>1.14.20-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DAISY Pipeline 2 :: Assembly</name>
<description>Builds the main distribution of the DAISY Pipeline 2.</description>
Expand Down Expand Up @@ -69,14 +69,14 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.14.19-SNAPSHOT</version>
<version>1.14.19</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-bom</artifactId>
<version>1.14.26-SNAPSHOT</version>
<version>1.14.26</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -1026,6 +1026,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>word-to-dtbook</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>zedai-to-epub3</artifactId>
Expand Down Expand Up @@ -2399,6 +2409,10 @@
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>validation-utils</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>word-to-dtbook</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>zedai-to-epub3</artifactId>
Expand Down Expand Up @@ -2581,6 +2595,29 @@
<groupId>com.googlecode.soundlibs</groupId>
<artifactId>jlayer</artifactId>
</artifactItem>
<!--
for word-to-dtbook
-->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
</dependency>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>libreoffice</artifactId>
</dependency>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>unoloader</artifactId>
</dependency>
</artifactItems>
</configuration>
</execution>
Expand Down

0 comments on commit 0a75b96

Please sign in to comment.