This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository svnkit.
commit 0dfa5e60fac9906771bf8dcebf4dc6cb05a79fcc Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 17 14:15:17 2014 +0200 Removed the unnecessary Maven dependency on net.java.dev.jna:platform --- debian/changelog | 1 + debian/svnkit.pom | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8bd23bc..0cfeb2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ svnkit (1.8.5+dfsg-3) UNRELEASED; urgency=medium * Team upload. + * Removed the unnecessary Maven dependency on net.java.dev.jna:platform * Use XZ compression for the upstream tarball * Standards-Version updated to 3.9.6 (no changes) diff --git a/debian/svnkit.pom b/debian/svnkit.pom index d8385c7..297baa4 100644 --- a/debian/svnkit.pom +++ b/debian/svnkit.pom @@ -44,12 +44,6 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>net.java.dev.jna</groupId> - <artifactId>platform</artifactId> - <version>3.5.2</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8</version> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/svnkit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

