Le 3/07/2016 à 00:38, Daniel Schepler a écrit : > [ERROR] Failed to execute goal on project oscache: Could not resolve > dependencies for project opensymphony:oscache:jar:2.4.1: Cannot access > central (https://repo.maven.apache.org/maven2) in offline mode and the > artifact antlr:antlr:jar:2.x has not been downloaded from it before.
This is another dependency issue revealed by the velocity rebuild. Here libhibernate3-java is missing a dependency on libantlr-java. It was previously available through the following dependency chain: maven-debian-helper -> velocity -> libwerken.xpath-java -> libantlr-java velocity no longer depends on libwerken.xpath-java and the libhibernate3-java rdeps are now failing to build. __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

