Bug#729006: FTBFS: missing libmockito-java dependency

Emmanuel Bourg ebourg at apache.org
Thu Nov 7 22:02:58 UTC 2013


Thank you for the log.

The build doesn't fail in Debian. The difference comes from the modified
version of xmlgraphics-commons in Ubuntu. In Debian libmockito-java is a
transitive dependency of maven2 (through libmaven2-core -> libdoxia-java
-> libfop-java -> libxmlgraphics-commons-java -> libmockito-java), but
in Ubuntu the dependency on libmockito-java has been removed from
libxmlgraphics-commons-java (and that makes sense since it's not a
runtime dependency).

The right solution is to ignore the dependency by modifying
debian/maven.ignoreRules in maven-javadoc-plugin.



More information about the pkg-java-maintainers mailing list