diff options
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 75173a2a..03cc766a 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -122,5 +122,9 @@ <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> </dependencies> </project> |