This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository jimfs.
commit 828439075d9e121f4fb916d745d4edf2175fc6aa Author: Hans-Christoph Steiner <[email protected]> Date: Mon Dec 26 00:43:38 2016 +0100 remove unused junit dependency from POM --- debian/patches/disable-tests-due-to-missing-deps.patch | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/patches/disable-tests-due-to-missing-deps.patch b/debian/patches/disable-tests-due-to-missing-deps.patch index 6e8e68f..d37cd94 100644 --- a/debian/patches/disable-tests-due-to-missing-deps.patch +++ b/debian/patches/disable-tests-due-to-missing-deps.patch @@ -1,9 +1,15 @@ --- a/jimfs/pom.xml +++ b/jimfs/pom.xml -@@ -61,14 +61,6 @@ - <groupId>junit</groupId> - <artifactId>junit</artifactId> +@@ -55,20 +55,6 @@ + <artifactId>jsr305</artifactId> + <optional>true</optional> </dependency> +- +- <!-- Test dependencies --> +- <dependency> +- <groupId>junit</groupId> +- <artifactId>junit</artifactId> +- </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava-testlib</artifactId> -- 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

