From 50380b329e69c0a9fa423475aee59a2c9633db69 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 27 Mar 2014 09:39:25 -0400 Subject: [PATCH] Replace JCommander with args4j --- build.moxie | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.moxie b/build.moxie index ac85aa3..7ba9b4c 100644 --- a/build.moxie +++ b/build.moxie @@ -128,7 +128,6 @@ - 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 @@ - 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' -- Gitblit v1.9.1