This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository jimfs.
commit b46f4ded4f07ba531d6f06c8800164916ce76241 Author: Hans-Christoph Steiner <[email protected]> Date: Sun Dec 25 22:32:52 2016 +0100 specify exact versions for junit, guava, and truth Those packages do not seem to have the 'debian' POM setup. --- debian/maven.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/maven.rules b/debian/maven.rules index 8b27b2b..4711015 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1 +1,3 @@ +junit junit jar s/.*/4.12/ * * +com.google.truth truth jar s/.*/0.7.0/ * * org.codehaus.plexus plexus-compiler-javac jar s/.*/2.4/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jimfs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

