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