From c599bd17342d7019c68cd6dbea48c0b27efebd38 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 08 Sep 2014 18:06:09 -0400 Subject: [PATCH] Fix repository deletion bug where the Lucene ticket index was not purged --- build.moxie | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/build.moxie b/build.moxie index 0801644..c558c52 100644 --- a/build.moxie +++ b/build.moxie @@ -176,6 +176,7 @@ - compile 'redis.clients:jedis:2.3.1' :war - compile 'ro.fortsoft.pf4j:pf4j:0.8.0' :war - compile 'org.apache.tika:tika-core:1.5' :war +- compile 'org.jsoup:jsoup:1.7.3' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1