aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2023-05-24 23:43:57 +0200
committeraxtloss <axtlos@getcryst.al>2023-05-24 23:43:57 +0200
commit44ea7455e1f440a8df4070604213b390c21e7a3d (patch)
tree8c0cb535f4cb3588ef8bd610edfb418e15ec0ff2 /pom.xml
parenta881b5319b1a7d03f476231df9c8491fb4cdd451 (diff)
downloadjshipit-44ea7455e1f440a8df4070604213b390c21e7a3d.tar.gz
jshipit-44ea7455e1f440a8df4070604213b390c21e7a3d.tar.bz2
Add command line options
Diffstat (limited to '')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4090a23..5f167f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>