Details
-
Bug
-
Resolution: Unresolved
-
Major
-
3.1-xwiki
-
None
Description
Right now the pom for jodconverter has a dependency on xwiki-commons. This is not right and this creates an unnecessary dependency, preventing building XWiki when offline.
... <parent> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons-pom</artifactId> <version>7.4.4</version> </parent> <groupId>org.artofsolving.jodconverter</groupId> <artifactId>jodconverter-core</artifactId> ...