diff options
author | James Moger <james.moger@gitblit.com> | 2014-04-11 13:28:33 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-11 13:48:13 -0400 |
commit | 70aeceb0e61c03bd495921865715774c7e99663a (patch) | |
tree | fae380f52c59aabc37a441f40f82298da64eb835 /build.moxie | |
parent | e5d6095f0d804cb62d00fbb164f7c49371d412d6 (diff) | |
download | gitblit-70aeceb0e61c03bd495921865715774c7e99663a.tar.gz gitblit-70aeceb0e61c03bd495921865715774c7e99663a.zip |
Update to pf4j 0.7.1 for a bug fix
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 bc4d7d5e..87677373 100644 --- a/build.moxie +++ b/build.moxie @@ -174,7 +174,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.0' :war +- compile 'ro.fortsoft.pf4j:pf4j:0.7.1' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |