summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2019-11-18 20:12:04 +0100
committerFlorian Zschocke <florian.zschocke@devolo.de>2019-11-18 20:12:04 +0100
commit7548ad4c54b37e6b63d0730c7a7814f67d61f87e (patch)
tree21df632483df8d58b6f7b57a87d415a7a0204e3f /build.moxie
parent02d1c0c67460f746451234f56ee80bd6291c4b61 (diff)
downloadgitblit-7548ad4c54b37e6b63d0730c7a7814f67d61f87e.tar.gz
gitblit-7548ad4c54b37e6b63d0730c7a7814f67d61f87e.zip
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.
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie2
1 files changed, 1 insertions, 1 deletions
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