Re: 4.1 -> 5.0 results in enormous increase in dependencies and WAR file size
Andreas Beeker <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <[email protected]> |
The exclusion Yegor mentioned only work flawless on the classpath-mode. In JPMS only Batik is optional (and need to be added via module-info or --add-modules), the rest of the dependencies should be on the module-path. see [1] for the optional modules - we discussed the current setup in [2] [1] https://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java9/module-info.java?view=markup [2] http://apache-poi.1045710.n5.nabble.com/Optional-dependencies-and-JPMS-td5736219.html