From c4e209b20fe519f419be0300ed414350649df88f Mon Sep 17 00:00:00 2001 From: Masaya Suzuki Date: Tue, 23 Aug 2016 17:57:59 -0700 Subject: 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 --- org.eclipse.jgit/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'org.eclipse.jgit/pom.xml') diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 1f8907e4ff..e8a3213b85 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -88,6 +88,12 @@ org.slf4j slf4j-api + + + javax.servlet + javax.servlet-api + provided + -- cgit v1.2.3