Skip to content

Commit

Permalink
Add word-to-dtbook dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jul 12, 2024
1 parent b280f63 commit 79b67ae
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
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 79b67ae

Please sign in to comment.