diff options
Diffstat (limited to 'pom.xml')
-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> |