diff options
author | James Moger <james.moger@gitblit.com> | 2014-04-15 08:32:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-15 08:32:31 -0400 |
commit | cc26656d8deaf8ebe552897480240a7665b0fb76 (patch) | |
tree | 0f225c12af7705030524060540ddcaed8a796744 /build.moxie | |
parent | 289917bb90ee30fb357a3646ba0d40ceacf7e5ed (diff) | |
download | gitblit-cc26656d8deaf8ebe552897480240a7665b0fb76.tar.gz gitblit-cc26656d8deaf8ebe552897480240a7665b0fb76.zip |
Update to pf4j 0.8.0
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.moxie b/build.moxie index 0f7ac81f..37592ba8 100644 --- a/build.moxie +++ b/build.moxie @@ -173,7 +173,7 @@ dependencies: - compile 'args4j:args4j:2.0.26' :war :fedclient :authority - compile 'commons-codec:commons-codec:1.7' :war - compile 'redis.clients:jedis:2.3.1' :war -- compile 'ro.fortsoft.pf4j:pf4j:0.7.1' :war +- compile 'ro.fortsoft.pf4j:pf4j:0.8.0' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |