summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-03-12 20:12:50 -0400
committerJames Moger <james.moger@gitblit.com>2014-03-27 09:39:25 -0400
commit50380b329e69c0a9fa423475aee59a2c9633db69 (patch)
treecfc747afe4d6d49d1618c929ffe3e629f194dded /build.moxie
parent03a03105bc613cf8b87aa67938e9c940197ef511 (diff)
downloadgitblit-50380b329e69c0a9fa423475aee59a2c9633db69.tar.gz
gitblit-50380b329e69c0a9fa423475aee59a2c9633db69.zip
Replace JCommander with args4j
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 ac85aa3e..7ba9b4c7 100644
--- a/build.moxie
+++ b/build.moxie
@@ -128,7 +128,6 @@ dependencies:
- compile 'com.squareup.dagger:dagger-compiler:1.1.0' :war optional apt
# Standard dependencies
- compile 'com.intellij:annotations:12.0' :war
-- compile 'com.beust:jcommander:1.17' :fedclient :authority
- compile 'log4j:log4j:1.2.17' :war :fedclient :authority
- compile 'org.slf4j:slf4j-api:1.6.6' :war :fedclient :authority
- compile 'org.slf4j:slf4j-log4j12:1.6.6' :war :fedclient :authority
@@ -169,6 +168,7 @@ dependencies:
- compile 'org.freemarker:freemarker:2.3.19' :war
- compile 'com.github.dblock.waffle:waffle-jna:1.5' :war
- compile 'org.kohsuke:libpam4j:1.7' :war
+- 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
- test 'junit'