This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository svnkit.
commit 8ef671194812724d1050e03824f08cefc1435fa2 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 17 14:46:19 2014 +0200 Removed the unnecessary Maven dependency on com.jcraft:jsch.agentproxy.* --- debian/changelog | 2 ++ debian/svnkit.pom | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0cfeb2f..e22b76a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ svnkit (1.8.5+dfsg-3) UNRELEASED; urgency=medium * Team upload. * Removed the unnecessary Maven dependency on net.java.dev.jna:platform + and com.jcraft:jsch.agentproxy.* (this broke libshib-common-java, + see #752964) * 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 297baa4..55b2093 100644 --- a/debian/svnkit.pom +++ b/debian/svnkit.pom @@ -26,12 +26,6 @@ </scm> <dependencies> <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch.agentproxy.svnkit-trilead-ssh2</artifactId> - <version>0.0.7</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>3.5.2</version> @@ -50,12 +44,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch.agentproxy.connector-factory</artifactId> - <version>0.0.7</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>de.regnis.q.sequence</groupId> <artifactId>sequence-library</artifactId> <version>1.0.2</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

