Skip to content

Commit 0182b90

Browse files
committed
Also add word-to-dtbook dependencies to POM dependencies
Fixes commit 79b67ae
1 parent 2cb4055 commit 0182b90

1 file changed

Lines changed: 60 additions & 10 deletions

File tree

pom.xml

Lines changed: 60 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,6 +1761,56 @@
17611761
</exclusion>
17621762
</exclusions>
17631763
</dependency>
1764+
<dependency>
1765+
<groupId>org.apache.poi</groupId>
1766+
<artifactId>poi</artifactId>
1767+
<exclusions>
1768+
<exclusion>
1769+
<groupId>*</groupId>
1770+
<artifactId>*</artifactId>
1771+
</exclusion>
1772+
</exclusions>
1773+
</dependency>
1774+
<dependency>
1775+
<groupId>org.apache.poi</groupId>
1776+
<artifactId>poi-ooxml</artifactId>
1777+
<exclusions>
1778+
<exclusion>
1779+
<groupId>*</groupId>
1780+
<artifactId>*</artifactId>
1781+
</exclusion>
1782+
</exclusions>
1783+
</dependency>
1784+
<dependency>
1785+
<groupId>org.apache.poi</groupId>
1786+
<artifactId>poi-scratchpad</artifactId>
1787+
<exclusions>
1788+
<exclusion>
1789+
<groupId>*</groupId>
1790+
<artifactId>*</artifactId>
1791+
</exclusion>
1792+
</exclusions>
1793+
</dependency>
1794+
<dependency>
1795+
<groupId>org.libreoffice</groupId>
1796+
<artifactId>libreoffice</artifactId>
1797+
<exclusions>
1798+
<exclusion>
1799+
<groupId>*</groupId>
1800+
<artifactId>*</artifactId>
1801+
</exclusion>
1802+
</exclusions>
1803+
</dependency>
1804+
<dependency>
1805+
<groupId>org.libreoffice</groupId>
1806+
<artifactId>unoloader</artifactId>
1807+
<exclusions>
1808+
<exclusion>
1809+
<groupId>*</groupId>
1810+
<artifactId>*</artifactId>
1811+
</exclusion>
1812+
</exclusions>
1813+
</dependency>
17641814
<!--
17651815
copy-modules-linux
17661816
-->
@@ -2977,26 +3027,26 @@
29773027
<!--
29783028
for word-to-dtbook
29793029
-->
2980-
<dependency>
3030+
<artifactItem>
29813031
<groupId>org.apache.poi</groupId>
29823032
<artifactId>poi</artifactId>
2983-
</dependency>
2984-
<dependency>
3033+
</artifactItem>
3034+
<artifactItem>
29853035
<groupId>org.apache.poi</groupId>
29863036
<artifactId>poi-ooxml</artifactId>
2987-
</dependency>
2988-
<dependency>
3037+
</artifactItem>
3038+
<artifactItem>
29893039
<groupId>org.apache.poi</groupId>
29903040
<artifactId>poi-scratchpad</artifactId>
2991-
</dependency>
2992-
<dependency>
3041+
</artifactItem>
3042+
<artifactItem>
29933043
<groupId>org.libreoffice</groupId>
29943044
<artifactId>libreoffice</artifactId>
2995-
</dependency>
2996-
<dependency>
3045+
</artifactItem>
3046+
<artifactItem>
29973047
<groupId>org.libreoffice</groupId>
29983048
<artifactId>unoloader</artifactId>
2999-
</dependency>
3049+
</artifactItem>
30003050
</artifactItems>
30013051
</configuration>
30023052
</execution>

0 commit comments

Comments
 (0)