Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
jgit: Fix the server error when send a pullrequest
Browse files Browse the repository at this point in the history
SymlinksNotSupportedException might occurred in ResetCommand because
jgit 3.3 or more supports creating symlink on checkout but it fails
if org.eclipse.jgit.java7 does not exist.
  • Loading branch information
Yi EungJun committed Aug 14, 2014
1 parent 5e89d3c commit 3d46616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ object ApplicationBuild extends Build {
"org.eclipse.jgit" % "org.eclipse.jgit" % "3.4.0.201406110918-r",
// Smart HTTP Servlet
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "3.4.0.201406110918-r",
// Symlink support for Java7
"org.eclipse.jgit" % "org.eclipse.jgit.java7" % "3.4.0.201406110918-r",
// svnkit
"sonia.svnkit" % "svnkit" % "1.7.10-scm3",
// svnkit-dav
Expand Down

0 comments on commit 3d46616

Please sign in to comment.