This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins.
commit 4d712457f2515257d6c34921c0b71f2435260176 Author: Emmanuel Bourg <[email protected]> Date: Sat Oct 18 23:02:20 2014 +0200 Depend on libguice-java >= 4.0~beta5 to fix a NoSuchMethodError at runtime with the Maven plugin --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9a543c2..a06193a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ jenkins (1.565.3-2) UNRELEASED; urgency=medium - ant 1.2 - antisamy-markup-formatter 1.2 * Removed the build dependency on libowasp-java-html-sanitizer-java + * Depend on libguice-java >= 4.0~beta5 to fix a NoSuchMethodError + at runtime with the Maven plugin -- Emmanuel Bourg <[email protected]> Fri, 10 Oct 2014 18:06:20 +0200 diff --git a/debian/control b/debian/control index 21f0bec..160a8ba 100644 --- a/debian/control +++ b/debian/control @@ -50,7 +50,7 @@ Build-Depends-Indep: libcommons-io-java (>= 2.4), libcommons-lang-java, libcommons-logging-java, - libguice-java, + libguice-java (>= 4.0~beta5~), libjaxen-java, libjbcrypt-java (>= 0.3-4~), libjellydoc-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

