diff options
author | axtloss <axtlos@getcryst.al> | 2023-05-24 23:43:57 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-05-24 23:43:57 +0200 |
commit | 44ea7455e1f440a8df4070604213b390c21e7a3d (patch) | |
tree | 8c0cb535f4cb3588ef8bd610edfb418e15ec0ff2 /pom.xml | |
parent | a881b5319b1a7d03f476231df9c8491fb4cdd451 (diff) | |
download | jshipit-44ea7455e1f440a8df4070604213b390c21e7a3d.tar.gz jshipit-44ea7455e1f440a8df4070604213b390c21e7a3d.tar.bz2 |
Add command line options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,11 @@ <artifactId>commons-compress</artifactId> <version>1.21</version> </dependency> + <dependency> + <groupId>com.beust</groupId> + <artifactId>jcommander</artifactId> + <version>1.82</version> + </dependency> </dependencies> <build> |