This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-vfs.
commit f10f9c35e0ec98372e3a795f462a1ae9524f5190 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 7 01:08:06 2016 +0200 Ignore the new test dependencies --- debian/changelog | 1 + debian/maven.ignoreRules | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4f73b1d..e85609a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ commons-vfs (2.1-1) UNRELEASED; urgency=medium - Refreshed the patches - Disabled the new HDFS provider (missing dependencies) - Depend on commons-collections4 instead of commons-collections3 + - Ignore the new test dependencies * Moved the package to Git * Standards-Version updated to 3.9.8 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 1cd018d..38318d5 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -14,10 +14,16 @@ # from the POM # junit junit jar s/3\\..*/3.x/ +javax.ws.rs jsr311-api * * * * org.codehaus.mojo findbugs-maven-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.scm maven-scm* * * * * org.apache.commons commons-build-plugin * * * * +org.apache.commons commons-lang3 * * * * +org.apache.ftpserver ftpserver-core * * * * org.apache.hadoop hadoop-common * * * * org.apache.hadoop hadoop-hdfs * * * * +org.apache.sshd sshd-core * * * * +org.apache.jackrabbit jackrabbit-* * * * * +org.bouncycastle bcprov-jdk16 * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-vfs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

