]> source.dussan.org Git - gitblit.git/commitdiff
Add dependency javax.activation to WAR, manager and fedclient, too.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 18 Nov 2019 19:12:04 +0000 (20:12 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 18 Nov 2019 19:12:04 +0000 (20:12 +0100)
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.

build.moxie

index 7775e3cae0a12280d8861c46b91ce953a634e88d..d1bbe3ae91f5ebe683cac6824259d113cac6713d 100644 (file)
@@ -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