From: Florian Zschocke Date: Mon, 18 Nov 2019 19:12:04 +0000 (+0100) Subject: Add dependency javax.activation to WAR, manager and fedclient, too. X-Git-Tag: r1.9.0~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7548ad4c54b37e6b63d0730c7a7814f67d61f87e;p=gitblit.git Add dependency javax.activation to WAR, manager and fedclient, too. I actually don't know if it is needed for the manager and fedclient, but right now I'm going with better safe than sorry. --- diff --git a/build.moxie b/build.moxie index 7775e3ca..d1bbe3ae 100644 --- a/build.moxie +++ b/build.moxie @@ -181,7 +181,7 @@ dependencies: - compile 'ro.fortsoft.pf4j:pf4j:0.9.0' :war - compile 'org.apache.tika:tika-core:1.5' :war - compile 'org.jsoup:jsoup:1.7.3' :war -- compile 'com.sun.activation:javax.activation:1.2.0' +- compile 'com.sun.activation:javax.activation:1.2.0' :war :manager :fedclient - test 'junit:junit:4.12' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar