summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/BUCK
diff options
context:
space:
mode:
authorMasaya Suzuki <masayasuzuki@google.com>2016-08-23 17:57:59 -0700
committerMasaya Suzuki <masayasuzuki@google.com>2016-08-23 18:06:51 -0700
commitc4e209b20fe519f419be0300ed414350649df88f (patch)
tree2b9505f07f466d698b3615117a8061597642c8f2 /org.eclipse.jgit/BUCK
parent1096652e71257720fcf5bc90ccfa367293bd8ce2 (diff)
downloadjgit-c4e209b20fe519f419be0300ed414350649df88f.tar.gz
jgit-c4e209b20fe519f419be0300ed414350649df88f.zip
Add HTTP status code to ServiceMayNotContinueException
The exception can be thrown in a various reason, and sometimes 403 Forbidden is not appropriate. Make the HTTP status code customizable. Change-Id: If2ef6f454f7479158a4e28a12909837db483521c Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
Diffstat (limited to 'org.eclipse.jgit/BUCK')
-rw-r--r--org.eclipse.jgit/BUCK1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/BUCK b/org.eclipse.jgit/BUCK
index 73e2080576..2bae6dcf25 100644
--- a/org.eclipse.jgit/BUCK
+++ b/org.eclipse.jgit/BUCK
@@ -9,6 +9,7 @@ java_library(
'//lib:javaewah',
'//lib:jsch',
'//lib:httpcomponents',
+ '//lib:servlet-api',
'//lib:slf4j-api',
],
visibility = ['PUBLIC'],