diff options
author | 2021-12-22 12:22:43 +0100 | |
---|---|---|
committer | 2021-12-22 12:22:43 +0100 | |
commit | cc2b8aab9177d562b6f06471ea87867940e56e68 (patch) | |
tree | d7c2ab5bae1fe92569082fe3ffde8054aa43ac70 /pom.xml | |
parent | e6414b63a56deae90928808f9d0a6c9e2364b63d (diff) | |
download | hyde-cc2b8aab9177d562b6f06471ea87867940e56e68.tar.gz hyde-cc2b8aab9177d562b6f06471ea87867940e56e68.zip |
Backup before delete
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ <version>1.4</version> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.8.0</version> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> <version>2.11.1</version> |