aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2023-05-31 20:54:55 +0200
committeraxtloss <axtlos@getcryst.al>2023-05-31 20:54:55 +0200
commit3999be65f43c30d22c93e28c8f1554c923973d23 (patch)
tree884c99b032e2fcd66960cc6c10395ae08e5ee7cf /pom.xml
parent3bfe8ba05a429e726001b88c63f736f1bbed3509 (diff)
downloadjshipit-3999be65f43c30d22c93e28c8f1554c923973d23.tar.gz
jshipit-3999be65f43c30d22c93e28c8f1554c923973d23.tar.bz2
Add permissions configuration file
Diffstat (limited to '')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 88a10c8..fac3f56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,11 @@
<artifactId>jcommander</artifactId>
<version>1.82</version>
</dependency>
+ <dependency>
+ <groupId>com.moandjiezana.toml</groupId>
+ <artifactId>toml4j</artifactId>
+ <version>0.7.2</version>
+ </dependency>
</dependencies>
<build>