diff options
author | axtloss <axtlos@getcryst.al> | 2023-05-31 20:54:55 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-05-31 20:54:55 +0200 |
commit | 3999be65f43c30d22c93e28c8f1554c923973d23 (patch) | |
tree | 884c99b032e2fcd66960cc6c10395ae08e5ee7cf /pom.xml | |
parent | 3bfe8ba05a429e726001b88c63f736f1bbed3509 (diff) | |
download | jshipit-3999be65f43c30d22c93e28c8f1554c923973d23.tar.gz jshipit-3999be65f43c30d22c93e28c8f1554c923973d23.tar.bz2 |
Add permissions configuration file
Diffstat (limited to '')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |