Add JCommander to dependencies.
This commit is contained in:
parent
824d08caad
commit
52e34493bd
5
pom.xml
5
pom.xml
|
@ -54,6 +54,11 @@
|
|||
<version>1.1.4</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.beust</groupId>
|
||||
<artifactId>jcommander</artifactId>
|
||||
<version>1.78</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
Loading…
Reference in New Issue