diff options
author | Martin Spielmann <mail@martinspielmann.de> | 2017-11-03 22:43:34 +0100 |
---|---|---|
committer | Martin Spielmann <mail@martinspielmann.de> | 2017-11-03 22:49:13 +0100 |
commit | 76bbc2df97ed987d1d6bf8ce2c160ad1db7f7033 (patch) | |
tree | 57a312c9bbf71afbe330c5b0926c7209f8931deb /build.moxie | |
parent | 279a5b606dc18ce9bb21a93e2e108090028369ca (diff) | |
download | gitblit-76bbc2df97ed987d1d6bf8ce2c160ad1db7f7033.tar.gz gitblit-76bbc2df97ed987d1d6bf8ce2c160ad1db7f7033.zip |
Added javax.activation dependency "
thanks to this dependency, one can start gitblit with java 9 without using deprecated internal module --add-modules java.activation
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.moxie b/build.moxie index f21241d1..fd6471eb 100644 --- a/build.moxie +++ b/build.moxie @@ -181,6 +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 'javax.activation:javax.activation-api:1.2.0' - test 'junit:junit:4.12' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |