This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven.
commit 8483ef030cabe17368cb532a8900b5744382a212 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 7 00:01:54 2015 +0200 New build dependencies on liblogback-java and libmockito-java --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index f39a6ca..6bc3056 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ maven (3.1.1-1) UNRELEASED; urgency=medium - New dependency on libeclipse-aether-java (replaces libaether-java) - Removed the no_aop classifier from the sisu-guice dependency - Updated the Maven version in the rules of debian/maven.buildRules + - New build dependencies on liblogback-java and libmockito-java * Moved the libraries to a separate libmaven3-core-java package * Removed the unused dependencies on commons-codec, commons-httpclient and commons-logging diff --git a/debian/control b/debian/control index 9c3cfcf..58bcafa 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends-Indep: ant-optional, libcommons-jxpath-java, libcommons-logging-java, libeasymock-java, + liblogback-java, libmaven-ant-tasks-java (>= 2.1.3-2), libmaven-clean-plugin-java (>= 2.5), libmaven-compiler-plugin-java (>= 3.2), @@ -16,6 +17,7 @@ Build-Depends-Indep: ant-optional, libmaven-jar-plugin-java, libmaven-parent-java, libmaven-resources-plugin-java, + libmockito-java, libmodello-maven-plugin1.4-java, libplexus-classworlds2-java (>= 2.4), libplexus-containers1.5-java (>= 1.5.5-2), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

