diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/pom.xml b/themes/pom.xml index 002e04f726..9bf547396c 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -41,6 +41,12 @@ <artifactId>smartsprites</artifactId> <scope>provided</scope> </dependency> + <!-- smartsprites dependency --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <scope>provided</scope> + </dependency> </dependencies> <build> |