diff options
author | James Moger <james.moger@gitblit.com> | 2014-04-10 17:33:19 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-10 19:01:30 -0400 |
commit | b2fec20f1f1081607b54b3e7dd20b12d03cef113 (patch) | |
tree | 4979033daec189d6a56c983b73478e782b7e91c9 /build.moxie | |
parent | d433fd3ab6185c2fb5eab998d1fcab4dd0940e5f (diff) | |
download | gitblit-b2fec20f1f1081607b54b3e7dd20b12d03cef113.tar.gz gitblit-b2fec20f1f1081607b54b3e7dd20b12d03cef113.zip |
Improve plugin manager based on upstreamed contributions to pf4j
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 eb2878a8..bc4d7d5e 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.6' :war +- compile 'ro.fortsoft.pf4j:pf4j:0.7.0' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |