Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static void main(String[] args) throws Exception {
Options options = getOptions();

// create the command line parser
CommandLineParser parser = new GnuParser();
CommandLineParser parser = new DefaultParser();

// parse the command line arguments
try {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
<commons.net.version>3.0.1</commons.net.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.io.version>2.7</commons.io.version>
<commons.cli.version>1.2</commons.cli.version>
<commons.cli.version>1.9.0</commons.cli.version>
<commons.lang.version>2.6</commons.lang.version>
<commons.codec.version>1.6</commons.codec.version>

Expand Down